Curs Engleza

- Traduceti urmatoarele propozitii, folosind Trecutul perfect Continuu (In limba romana fara diacritice). Propozitiile interogative trebuie terminate cu semnul intrebarii (?).
[ "Eu scriam de doua ore.", "Va plimbati de jumatate de ora?", "Dorothy hadn't been working when you eaten.", "Eu il vedeam in fiecare zi.", "He had been writing poems for two years when I met him.", "We had been mending the fence.", "Ce faceati toata dimineata?", "Nu se duceau la scoala.", "Dan facea cumparaturi de trei ore.", "Eu il asteptam de aseara cand a venit.", "Se invartea motorul cand a plouat?", "Se oprea in fiecare zi de cand l-am instalat." ]
["I had been writing for two hours","Had you been walking for half an hour?","Dorothy nu lucra cand tu ai mancat","I had been seeing him every day","Scria poezii de doi ani cand l-am intalnit.","Noi reparam gardul","What had you been doing all morning?","They hadn't been going to school","Dan had been shopping for three hours","I had been waiting for him since last night when he came","Had the engine been spinning when it rained?","It had been stopping every day since I installed it"]

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.
Trecutul perfect continuu - exercitii engleza avansati

Last accessed pages

  1. Verbe modale - Modal verbs - CAN, COULD, MAY, MIGHT, MUST (67618)
  2. Pozitionare elemente HTML cu CSS (5280)
  3. Verbe reflexive 1 (11555)
  4. Creare documente PDF cu PHP si FPDF (1314)
  5. Pronumele in limba engleza - Pronouns (54699)

Popular pages this month

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