-
Scrieti verbul din paranteze la timpul Viitorul Perfect (Future Perfect), in acord cu subiectul.
[
"I ___ (to watch)",
"You ___ (to work)",
"We ___ (to learn)",
"He ___ (to promise)",
"They ___ (to get in)",
"She ___ (to know)",
"It ___ there (to be)",
"My teacher ___ the lesson when I come. (to finish)",
"The child ___ . (to play)",
"Your mother ___ vegetables. (to buy)",
"You ___ by Sunday. (to write)",
"It ___ the room. (to clean)",
"I ___ a book till they arrive. (to read)",
"They ___ some greens. (to plant)",
"You ___ a garden. (to draw)",
"They ___ before dinner. (to walk)"
]
["will have watched","will have worked","will have learned","will have promised","will have got in","will have known","will have been","will have finished","will have played","will have bought","will have written","will have cleaned","will have read","will have planted","will have drawn","will have walked"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tag se foloseste in <table> pentru a crea celula de tip "header"?
<thead> <th> <td><table><tr>
<th>Title 1</th>
<th>Title 2</th>
</tr></table>
Ce proprietate CSS seteaza distanta dintre randuri?
line-height word-spacing margin.some_class {
line-height: 150%;
}
Care functie deschide o noua fereastra.
alert() confirm() open()document.getElementById("id_button").onclick = function(){
window.open("http://coursesweb.net/");
}
Indicati functia PHP care returneaza un array cu numele fisierelor si directoarelor dintr-un director.
mkdir() scandir() readdir()$ar_dir = scandir("dir_name");
var_export($ar_dir);
Care din urmatoarele forme a verbului "sleep" (a dormi) se foloseste pentru viitor?
sleeping slept will sleepHe will sleep there.
- El va dormi acolo.
Care din urmatoarele forme a verbului "dormir" (a dormi) se foloseste pentru viitor?
dormido dormirá durmiendoÉl dormirá allí.
- El va dormi acolo.