Curs Engleza

- Treceti fiecare propozitie la Prezentul perfect continuu (unele propozitii sunt la alt timp, trebuie trecute la Prezent perfect continuu), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi formele prescurtate: "haven't" si "hasn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).

[ "I play. (interogativ)", "We sit. (negativ)", "You are cooking. (interogativ)", "It falls. (interogativ)", "He bought a can. (negativ)", "They will sell cereals. (negativ)", "You will study english. (interogativ)", "Paul planted a tree. (negativ)", "You went to the library. (interogativ)", "I am watching the waves. (negativ)", "Your brother is singing. (negativ)", "We make boxes. (interogativ)" ]
["Have I been playing?","We haven't been sitting","Have you been cooking?","Has it been falling?","He hasn't been buying a can","They hasn't been selling cereals","Have you been studying english?","Paul hasn't been planting a tree","Have you been going to the library?","I haven't been watching the waves","Your brother hasn't been singing","Have we been making boxes?"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce tag se foloseste pentru a adauga liste in elemente <ul> si <ol>?
<dt> <dd> <li>
<ul>
 <li>http://coursesweb.net/html/</li>
 <li>http://www.marplo.net/html/</li>
</ul>
Care valoare a proprietatii "display" seteaza elementul ca tip bloc si afiseaza un punct in fata?
block list-item inline-block
.some_class {
  display: list-item;
}
Care instructiune JavaScript transforma un obiect in sir JSON.
JSON.parse() JSON.stringify eval()
var obj = {
 "courses": ["php", "javascript", "ajax"]
};
var jsonstr = JSON.stringify(obj);
alert(jsonstr);    // {"courses":["php","javascript","ajax"]}
Indicati clasa PHP folosita pentru a lucra cu elemente HTML si XML in PHP.
stdClass PDO DOMDocument
$strhtml = '<body><div id="dv1">CoursesWeb.net</div></body>';
$dochtml = new DOMDocument();
$dochtml->loadHTML($strhtml);
$elm = $dochtml->getElementById("dv1");
echo $elm->nodeValue;    // CoursesWeb.net
Indicati forma de Prezent Continuu a verbului "to live" (a trai /a locui)
lived living liveing
I`m living here.
- Traiesc /Locuiesc aici.
Care este forma de Gerunziu (sau Participiu Prezent) a verbului "vivir" (a trai /a locui)?
vivió vivido viviendo
Estoy viviendo aquí.
- Traiesc /Locuiesc aici.
Prezentul perfect continuu - Exercitii si teste engleza

Last accessed pages

  1. Por sau para: Exercitiu 1 (3122)
  2. Trecut nedefinit vs Imperfect (3633)
  3. Indicativ prezent (1525)
  4. Teste spaniola - Tests y ejercicios de Español - Gramática (27655)
  5. Numerale, Numere in limba engleza - Numerals (52661)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (678)
  2. Coduri pt culori (303)
  3. Exercitii engleza - English Tests and exercises - Grammar (301)
  4. Gramatica limbii engleze - Prezentare Generala (295)
  5. Cursuri limba engleza gratuite si lectii online (272)