-
Scrieti pronumele (personale, reflexive, nehotarate, demonstrative, relative, interogative) din paranteze, in acord cu fiecare propozitie.
[
"___ is pretty. (ea)",
"___ was a deer. (el/ ea)",
"Give ___ the prize. (lui)",
"___ speak english. (tu)",
"___ are whise. (voi)",
"The earth is for ___. (toata lumea, fiecare)",
"___ go to mountain. (noi)",
"___ are our flowers. (acestea)",
"Play with ___! (noi)",
"Let`s buy ___ a car. (noi insine)",
"The girl ___ read the book is my sister. (care)",
"___ tree is a cherry-tree. (acel)",
"___ go home. (eu)",
"Have you seen ___? (pe ei)",
"This is ___ book. (a ta)"
]
["she","it","him","you","you","everyone","we","these","us","ourselves","who","that","I","them","your"]
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.