Curs Engleza


- Cautati in toate listele proverbe si expresii ce contin cuvantul:
     

V

  1. In vain is the mill-clock if the miller his hearing lack.   =   In zadar bate toaca pentru baba surdã.
  2. In vain the net is spread in the sight of any bird.   =   Zadarnic se întind curse în vãzul pãsãrilor!
  3. Vanity of vanities, all is vanity.   =   Desertãciunea desertãciunilor, toate sunt desertãciuni!
  4. The vine brings forth three grapes: the first of pleasure, the second of drunkenness, the third of sorrow.   =   La buciumul vitei trei vlãstari cresc: unul al sãnãtãtii, altul al veseliei si altul al turbãrii.
  5. Virtue is a jewel of great price.   =   Omenia-i mai scumpã ca avutia.
  6. Virtue is its own reward.   =   Omenia omenie cere, si cinstea cinste.
  7. The voice of the people, the voice of god.   =   Vocea poporului, vocea cerului.

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.

Comments (0)

No comments, be the first who add

Add Comment

Close       
     

-
-
Write your comment (Maximum 1000 characters)
B I U Code    :) :( :P :D :S :O :=) :|H :X :-*

Optional, include a picture (maximum 250 kb, 800x600) Add this verification code:   8e893
Proverbe, expresii si zicatori

Last accessed pages

  1. Pozitionare elemente HTML cu CSS (5113)
  2. Demonstrative (2049)
  3. Verbe reflexive 2 (1768)
  4. Break si Continue (3990)
  5. Verbele regulate 3 (5451)

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)