-
Scrieti verbul din paranteze la timpul viitor simplu, cu "will" (Future Tense), in acord cu subiectul.
[
"I ___ (to study)",
"You ___ (to start)",
"We ___ (to dance)",
"He ___ (to sing)",
"They ___ (to write)",
"She ___ (to cook)",
"It ___ here (to be)",
"My brother ___ tomorrow. (to leave)",
"The airplanes ___ fast. (to fly)",
"The painter ___ a brush. (to get)",
"You ___ in the park. (to run)",
"It ___ three windows. (to have)",
"She ___ my homework. (to do)",
"I ___ some nuts. (to eat)",
"You ___ a green shirt. (to wear)",
"I ___ 2 hours. (to wait )"
]
["will study","will start","will dance","will sing","will write","will cook","will be","will leave","will fly","will get","will run","will have","will do","will eat","will wear","will wait"]
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.