-
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 se foloseste pentru a crea o caseta de adaugare text?
<form> <input> <div><input type="text" name="a_name" value="val" />
Ce proprietate CSS se foloseste pentru a afisa textul cu majuscule-mici?
display font-variant font-styleh3 {
font-variant: small-caps;
}
Ce instructiune afiseaza o fereastra cu un mesaj in ea?
for() Date() alert()var msg = "Viziteaza CoursesWeb.net";
alert(msg);
Indicati codul PHP prin care se obtine IP-ul utilizatorului.
$_SERVER["HTTP_USER_AGENT"] $_SERVER["REMOTE_ADDR"] $_GET[]$ip = $_SERVER["REMOTE_ADDR"];
echo $ip;
Cum se traduce cuvantul "actually"?
actual de fapt acumHe actually came on time.
- De fapt, el a venit la timp.
Cum se traduce expresia: "Hace buen tiempo"?
Face timp E vreme frumoasa Drum bunHoy hace buen tiempo.
- Astazi e vreme frumoasa.