Curs Engleza

- 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 A
The garden is a place with flowers.
- Gradina este un loc cu flori.
Indicati articolul corect pentru cuvantul: "jardín" (gradina)
la los el
El jardín es un lugar de flores.
- Gradina e un loc cu flori.
Trecut perfect - Exercitii si teste incepatori

Last accessed pages

  1. Coduri pt culori (71996)
  2. Verbe modale - SHALL, SHOULD, OUGHT TO, WILL, WOULD, USED TO, BE TO, DARE (33812)
  3. Creare site de la zero (2571)
  4. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (275189)
  5. Trecutul simplu si continuu - Past Tense Simple and Continuous (81750)

Popular pages this month

  1. Coduri pt culori (138)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (102)
  3. Curs HTML gratuit Tutoriale HTML5 (80)
  4. Exercitii engleza - English Tests and exercises - Grammar (40)
  5. Elemente principale HTML (40)