-
Recunoasteti si scrieti prepozitiile din urmatoaarele propozitii.
[
"What photos are they looking at? (La ce fotografii se uita?)",
"This is a good firm to work with. (Aceasta este o firma buna cu care sa lucrezi.)",
"Many documents are kept within the drawer. (Multe documente sunt pastrate in sertar.)",
"He is in school. (E in scoala.)",
"I am at home. (Sunt acasa.)",
"There is a book beside the bed. (E o carte langa pat.)",
"Mary is standing by the window. (Maria este in picioare la fereastra.)",
"The bookcase is against the wall. (Biblioteca este rezemata [lipita] de perete.)",
"The dog is under the chair. (Cainele este sub pat.)",
"The cat is over the roof. (Pisica este pe acoperis.)",
"The book you need is underneath those papers. (Cartea de care aveti nevoie este sub acele hartii.)",
"There is a tree in front of our house. (E un copac in fata casei noastre.)",
"There was a dictionary amoung these books. (Era un dictionar printre aceste carti.)",
"They went into the house. (Ei au mers in casa.)",
"They sailed across the ocean. (Au navigat peste ocean.)",
"She came out of the room. (Ea a venit din camera.)"
]
["at","with","within","in","at","beside","by","against","under","over","underneath","in front of","amoung","into","across","out of"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Clic pe tag-ul care creaza celula in tabel.
<tr> <span> <td><table></tr>
<td>Cell-1</td><td>Cell-2</td>
</tr></table>
Indicati proprietatea CSS care adauga o imagine pentru fundal
background-color background-image colorh3 {
background-image: url("image.jpg");
}
Ce instructiune se foloseste la parcugerea elementelor unui Array?
for() [) object()var arr = [1, "ab", "CoursesWeb.net"];
for(var i=0; i< arr.length; i++) { alert(arr[i]); };
Indicati functia PHP utilizata la parcurgerea elementelor unui Array asociativ.
for() foreach() if()$arr =["k1"=>"v1", "k2"=>"v2", "k3"=>"v3");
foreach($arr AS $k => $v) { echo "<br/>". $k ." - ". $v; }
Care din urmatoarele cuvinte este sinonim cu "gentle" (bland)?
meek good beautifulHe is so kind and meek.
- El este atat de amabil si bland.
Care din urmatoarele cuvinte este sinonim cu "amable" (bland, prietenos)?
hermoso fuerte mansoTu padre tiene un carácter muy manso.
- Tatal tau are un caracter foarte bland.