Curs Engleza

- Traduceti urmatoarele propozitii folosind Viitorul perfect (In limba romana fara diacritice).
Pentru negatie folositi forma prescurtata. Propozitiile interogative trebuie terminate cu semnul intrebarii (?).

[ "Lili va fi scris tema.", "Eu voi fi deja plecat", "The movie will have started.", "Will the boy have trained?", "Noi nu vom fi intrat in clasa.", "She will have read for ten minutes.", "When will they have finished the building?", "Copii vor fi crescut.", "The rabbit will have eaten two carrots", "Eu ma voi fi plimbat de trei ore.", "Va fi zburat de doua ori. (neutru).", "He will have arrived when you learn." ]
["Lili will have written the homework","I will have already left","Filmul va fi inceput","Baiatul se va fi antrenat","We will haven't got into the classroom","Ea va fi citit de zece minute","Cand vor fi terminat ei cladirea?","The children will have grown","Iepurele va fi mancat doi morcovi","I will have walked for three hours","It will have flown twice","El va fi sosit cand tu inveti"]

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 engleza avansati

Last accessed pages

  1. Creare si editare pagini HTML (84768)
  2. Introducere in HTML (25087)
  3. Participiu trecut (3970)
  4. Curs HTML gratuit Tutoriale HTML5 (193931)
  5. Articolul din limba engleza - The article (69196)

Popular pages this month

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