-
Scrieti verbul din paranteze la timpul prezent simplu (Present Tense), in acord cu subiectul.
[
"I ___ (to swim)",
"You ___ (to swim)",
"We ___ (to walk)",
"He ___ (to walk)",
"They ___ (to sing)",
"She ___ (to read)",
"it ___ here (to be)",
"My father ___ here. (to come)",
"The birds ___ fast. (to fly)",
"The eagle ___ very high. (to fly)",
"You ___ at the theater. (to be)",
"He ___ two books. (to have)",
"She ___ good things. (to do)",
"I ___ a student. (to be)",
"You ___ a blue shirt. (to have)",
"I ___ to live peacefully. (to choose )"
]
["swim","swim","walk","walks","sing","reads","is","comes","fly","flies","are","has","does","am","have","choose"]
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.