Curs Engleza

- Scrieti verbul din paranteze la timpul Viitorul Perfect (Future Perfect), in acord cu subiectul.
[ "I ___ (to watch)", "You ___ (to work)", "We ___ (to learn)", "He ___ (to promise)", "They ___ (to get in)", "She ___ (to know)", "It ___ there (to be)", "My teacher ___ the lesson when I come. (to finish)", "The child ___ . (to play)", "Your mother ___ vegetables. (to buy)", "You ___ by Sunday. (to write)", "It ___ the room. (to clean)", "I ___ a book till they arrive. (to read)", "They ___ some greens. (to plant)", "You ___ a garden. (to draw)", "They ___ before dinner. (to walk)" ]
["will have watched","will have worked","will have learned","will have promised","will have got in","will have known","will have been","will have finished","will have played","will have bought","will have written","will have cleaned","will have read","will have planted","will have drawn","will have walked"]

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.
Viitorul perfect - Exercitii incepatori

Last accessed pages

  1. Cursuri Limba Franceza (9043)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (269916)
  3. Genul substantivelor 1 (9141)
  4. Gramatica limbii engleze - Prezentare Generala (214821)
  5. Conditional IF - Exercitii si teste engleza incepatori (20966)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (955)
  2. Gramatica limbii engleze - Prezentare Generala (622)
  3. Exercitii engleza - English Tests and exercises - Grammar (554)
  4. Prezentul simplu si continuu - Present Tense Simple and Continuous (450)
  5. Coduri pt culori (361)