-
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
Care tag este element de tip bloc?
<div> <img> <span><div>Web Programming and Development</div>
Care cod CSS afiseaza textul subliniat?
font-style: italic; text-decoration: underline; font-weight: 500;h2 {
text-decoration: underline;
}
Clic pe functia JavaScript care apeleaza o alta functie dupa un anumit timp.
insertBefore() setTimeout() querySelector()function someFunction() { alert("CoursesWeb.net"); }
setTimeout("someFunction()", 2000);
Clic pe instructiunea care returneaza numarul total de elemente dintr-un array asociativ.
count($array) count($array, 1) strlen()$food =["fruits" =>["banana", "mar"), "veggie" =>["ceapa", "rosie"));
$nr_food = count($food, 1);
echo $nr_food; // 6
Indicati Viitorul Perfect la negativ al verbului din paranteze, in propozitia: "The child (to not play) by Sunday".
has't played haven't been playing will haven't playedThe child will haven't played by Sunday.
- Copilul nu s-ar fi jucat pana duminica.
Indicati Viitorul Perfect pentru verbul "contar" (a povesti) la forma "Él".
habrá contado va a contar contabaÉl no habrá contado el cuento.
- El nu ar fi spus povestea.