-
Treceti fiecare propozitie la forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "won't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I will stop there. (interogativ)",
"We'll find. (negativ)",
"You will walk. (interogativ)",
"It will stop. (interogativ)",
"He will have a white car. (negativ)",
"They will eat many chocolates. (negativ)",
"She will cook salads. (interogativ)",
"George will write a book. (negativ)",
"You will go to zoo. (interogativ)",
"I will see a tiger. (negativ)",
"The turtles will run slow. (negativ)",
"We'll make the bed. (interogativ)"
]
["Will I stop there?","We won't find","Will you walk?","Will it stop?","He won't have a white car","They won't eat many chocolates","Will she cook salads?","George won't write a book","Will you go to zoo?","I won't see a tiger","The turtles won't run slow","Will we make the bed?"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut indica faptul ca un camp de formular trebuie completat?
required="required" autofocus="autofocus" placeholder="text"<input type="text" name="name1" required="required" />
Ce metoda CSS misoreaza sau mareste dimensiunile unui element (inclusiv continutul)?
translate() scale() skew()#some_id:hover {
transform: scale(2, 1.5);
-ms-transform: scale(2, 1.5); /* IE 9 */
-moz-transform: scale(2, 1.5); /* Firefox */
}
Click pe metoda obiectului Date care returneaza ziua din luna.
setDate() getMonth() getDate()var rightnow = new Date();
var day = rightnow.getDate();
alert(day);
Ce functie este folosita pentru a incarca un fisier pe server?
is_file() move_uploaded_file() fopen()if(move_uploaded_file($_FILES["field_name"]["tmp_name"], "dir/file_name")) {
echo "Fisierul a fost incarcat";
}
Cum se spune in engleza expresia: "Ploua cu galeata"?
rain cats and dogs rain buckets quiet rainIn Bucharest it`s raining cats and dogs.
- In Bucuresti ploua cu galeata.
Cum se spune in spaniola expresia: "Ploua cu galeata"?
llover cubo llover a cántaros lluvia tranquilaEn Madrid está lloviendo a cántaros.
- In Madrid ploua cu galeata.