Curs Engleza

- Completati la fiecare propozitie Verbul modal corespunzator (shall, should, ought to, will, would, used to, be to sau dare), in acord cu traducerea din paranteze.
[ "What ___ we do? (Ce trebuie sa facem?)", "You ___ wait till he comes. (Ar trebui sa asteptati pana vine.)", "You ___ sing every day. (Obisnuiai sa canti in fiecare zi.)", "You ___ talk to him. (S-ar cuveni sa ii vorbesti.)", "___ you go to help her? (Vrei sa mergi sa o ajuti?)", "This ___ be his book. (Asta ar putea fi cartea lui.)", "The play ___ start in ten minutes. (Piesa e gata sa inceapa in zece minute.)", "How ___ you? (Cum indraznesti?)", "I ___ be there by 8:00. (Trebuie [Promit] sa fiu acolo la 8.)", "He said he ___ help you. (El a spus ca vrea sa te ajute.)", "We ___ employ a professional writer. (S-ar cuveni sa angajam un scriitor profesionist.)", "___ you close the door? (Vrei sa inchizi usa?)" ]
["shall","should","used to","ought to","Will","would","is to","dare","shall","would","ought to","Will"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tip de <input> creaza un element cu data tip calendar?
type="text" type="date" type="button"
<input type="date" name="set_date" value="2012-10-15" />
Ce proprietate CSS adauga efect de umbre la text?
font-style color text-shadow
h2 {
  text-shadow: 2px 3px 3px #a0a1fe;
}
Clic pe functia care adauga elemente noi la sfarsitul unui array.
pop() shift() push()
var pags = ["lectii", "cursuri"];
pags.push("download", "tutoriale");
alert(pags[2]);            // download
Ce functie aranjeaza un array in ordine crescatoare, dupa chei, mentinand corelatia dintre chei si valori?
asort() ksort() sort()
$lang =[10=>"PHP", 20=>"JavaScript", "site"=>"coursesweb.net");
ksort($lang);
var_export($lang);     // array ("site"=>"coursesweb.net", 10=>"PHP", 20=>"JavaScript")
La adjectivul "big" (mare), care este forma de Comparativ (mai mare)?
biggest biger bigger
He is bigger than his sister.
- El este mai mare decat sora lui.
Care este Comparativul adjectivului "grande" (mare)?
menos grande más grande el más grande
Él es más grande que su hermana.
- El este mai mare decat sora lui.
Verbe modale 2 - exercitii

Last accessed pages

  1. I sau Me (8585)
  2. Ser - Estar (6141)
  3. Trecut perfect (4640)
  4. Comparatii de inegalitate (1953)
  5. Gramatica limbii spaniole. Indrumator si prezentare generala (71328)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (124)
  2. Gramatica limbii spaniole. Indrumator si prezentare generala (65)
  3. Gramatica limbii engleze - Prezentare Generala (37)
  4. Cursuri limba engleza gratuite si lectii online (34)
  5. Creare si editare pagini HTML (30)