-
Treceti fiecare propozitie la forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi formele prescurtate: (don't sau doesn't), iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I play here. (interogativ)",
"We applaud. (negativ)",
"You swim. (interogativ)",
"It jumps high. (interogativ)",
"He has a green hat. (negativ)",
"They have many pets. (negativ)",
"She speaks english. (interogativ)",
"Pavel writes a letter. (negativ)",
"You go to church. (interogativ)",
"I see a car. (negativ)",
"The bears run fast. (negativ)",
"We make the meal. (interogativ)"
]
["Do I play here?","We don't applaud","Do you swim?","Does it jump high?","He doesn't have a green hat","They don't have many pets","Does she speak english?","Pavel doesn't write a letter","Do you go to church?","I don't see a car","The bears don't run fast","Do we make the meal?"]
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.