-
Scrieti verbul din paranteze la timpul Trecut perfect (Past Perfect), in acord cu subiectul.
[
"I ___ (to live)",
"You ___ (to work)",
"We ___ (to learn)",
"He ___ (to guide)",
"They ___ (to look for)",
"She ___ (to see)",
"It ___ here (to be)",
"My uncle ___ the meal before I came. (to finish)",
"The clown ___ twice. (to fall)",
"Your cousin ___ a book. (to write)",
"You ___ when he worked. (to read)",
"It ___ three glasses. (to wash)",
"I ___ my homework before they came. (to do)",
"They ___ some greens. (to get)",
"You already ___ the cart. (to stop)",
"They never ___ before breakfast. (to run )"
]
["had lived","had worked","had learned","had guided","had looked for","had sewn","had been","had finished","had fallen","had written","had read","had washed","had done","had got","had stopped","had run"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care atribut face ca optiunea din <select> sa fie selectata?
checked="checked" selected="selected" disabled="disabled"<select name="a_name">
<option value="val1">Optiune 1</option>
<option value="val2" selected="selected">Optiune 2</option>
</select>
Care din aceste valori CSS creaza culoare gradient pentru fundal?
contain repeat-x linear-gradient#id {
background: linear-gradient(top left, #1f1, #fff, #11f);
}
Care cod creaza un array in JavaScript?
[] {} new Object()var arr = [1, "CoursesWeb.net", "MarPlo.net"];
alert(arr[2]);
Indicati functia PHP folosita pentru redirect la alta pagina.
function() header() switch()header("Location: http://coursesweb.net/");
exit;
Indicati articolul corect la cuvantul "garden" in propozitia: "... garden is a place with flowers".
An The AThe garden is a place with flowers.
- Gradina este un loc cu flori.
Indicati articolul corect pentru cuvantul: "jardín" (gradina)
la los elEl jardín es un lugar de flores.
- Gradina e un loc cu flori.