-
Treceti fiecare propozitie la Prezentul perfect (unele propozitii sunt la alt timp, trebuie trecute la Prezent perfect), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi formele prescurtate: "haven't" si "hasn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I have traveled there. (interogativ)",
"Have we read it? (negativ)",
"You haven't drunk. (interogativ)",
"It has flown. (interogativ)",
"He got a house. (negativ)",
"They write many tutorials. (negativ)",
"She will wash the glass. (interogativ)",
"George fix the door. (negativ)",
"You are going to class. (interogativ)",
"I saw a dragonfly. (negativ)",
"The kangaroo jumps. (negativ)",
"We'll make the dinner. (interogativ)"
]
["Have I traveled there?","We haven't read it","Have you drunk?","Has it flown?","He hasn't got a house","They haven't written many tutorials","Has she washed the glass?","George hasn't fixed the door","Have you been to class?","I haven't seen a dragonfly","The kangaroo hasn't jumped","Have we made the dinner?"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce tag adauga imagine in pagina web?
<div> <img> <span><img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Care din aceste coduri CSS afiseaza textul inclinat?
font-style: italic; text-decoration: underline; font-weight: 500;#id {
font-style: italic;
}
Clic pe functia jQuery care ascunde animat un element HTML.
click() hide() show()$(document).ready(function() {
$(".a_class").click(function(){ $(this).hide("slow"); });
});
Clic pe functia definita corect in PHP.
fname function() {} function fname() {} function $fname() {};function fname($a, $b) {
echo $a * $b;
}
Indicati forma pentru Prezent Perfect Continuu a verbului "to walk" (a merge).
have walked have been walking be walkingI have been walking for 5 hours.
- Merg pe jos de 5 ore.
Indicati Trecutul Nedefinit pentru verbul "ser" (a fi) la forma Yo.
será sería fuiYo fui entrenador.
- Am fost antrenor.