-
Identificati si scrieti la fiecare propozitie cuvintele ce reprezinta numerale (cardinal, ordinal, fractionar, colectiv, multiplicativ sau distributiv).
[
"I saw three pets. (Am vazut trei animale de casa.)",
"They have two children. (Ei au doi copii.)",
"The year has twelve months. (Anul are douasprezece luni.)",
"There are thirty days in June. (Sunt treizeci de zile in iunie.)",
"Jane is the second in our class. (Jane e a doua din clasa noastra.)",
"The tenth month is October. (A zecea luna este octombrie.)",
"Where is your third book? (Unde este a treia carte a ta?)",
"He finished the twelfth. (El a terminat al doisprezecelea.)",
"I eat one-third of the cake. (Mananc o treime din prajitura.)",
"He have read three-fourths of the lesson. (El a citit trei patrimi din lectie.)",
"They feed a yoke of oxen. (Ei hranesc o pereche de boi.)",
"He bought a dozen of eggs. (El a cumparat o duzina de oua.)",
"Paul got a double amount of cereals. (Paul a obtinut o cantitate dubla de cereale.)",
"We saw him three times today. (Noi l-am vazut de trei ori astazi.)",
"They come in one by one. (Ei intra unul cate unul.)"
]
["three","two","twelve","thirty","second","tenth","third","twelfth","one-third","three-fourths","yoke","dozen","double","three times","one by one"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tag adauga rand nou in paragraf?
<b> <br> <p>Prima linie ...<br>
Alta linie...
Ce proprietate CSS seteaza spatiu dintre litere?
text-size word-spacing letter-spacing#id {
letter-spacing: 2px;
}
Ce functie obtine accesul la un element HTML cu un anumit ID?
getElementById() getElementsByTagName() createElement()var elm = document.getElementById("theID");
var content = elm.innerHTML;
alert(content);
Clic pe instructiunea "echo" utilizata corect.
echo "CoursesWeb.net" echo "CoursesWeb.net"; echo ""CoursesWeb.net";echo "Adresa URL: http://CoursesWeb.net";
Care din urmatoarele expresii cu "paint" (a picta) se foloseste pentru forma Negativa?
will paint not paint have paintedShe does not paint that landscape.
- Ea nu picteaza acel peisaj.
Care din urmatoarele expresii cu "cantar" (a canta) se foloseste pentru propozitie Negativa?
ir a cantar cantaba no cantarElla no canta esa canción.
- Ea nu canta acel cantec.