Curs Engleza

- Traduceti urmatoarele propozitii. (In limba romana fara diacritice.)
[ "Ar trebui sa mergi la el.", "Ce trebuie sa fac?", "I will sit on the bench for hours.", "Cum indraznesti sa fii atat de lenes?", "S-ar cuveni sa faci ceva folositor.", "El obisnuia sa fie un baiat activ.", "Aceea probabil este gradina lor.", "Ai vrea sa deschizi fereastra?", "Jocul e gata sa inceapa la ora 6.", "He should have arrived by now.", "You should be at work before 9:00.", "They daren't ask." ]
["You should go to him","What shall I do?","Stau pe plaja ore-n sir","How dare you be so lazy?","You ought to do something usefull","He used to be an active boy","That would be their garden","Would you open the window?","The game is to start at 6 o'clock","El ar trebui sa fi sosit deja","Ar trebui sa fii la munca inainte de 9","Ei nu au indraznit sa intrebe"]

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.
Verbe modale 2 - exercitii avansati

Last accessed pages

  1. Instructiuni conditionale if, else, switch (19788)
  2. Adjective 2 (2610)
  3. Creare si editare pagini HTML (84903)
  4. Adjective (3754)
  5. Gramatica limbii spaniole. Indrumator si prezentare generala (67796)

Popular pages this month

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