Curs Engleza

Numere ordinale - 12 Words

Exercitii si teste audio de engleza si traducere. Recunoasteti cuvantul si traducerea dupa redarea audio.
Choose the Level:
Easy   Difficult

- Easy (Usor) - Raspunsul corect poate fi ales din lista de raspunsuri corecte.
- Difficult (Dificil) - Raspunsul corect trebuie scris intr-o caseta de text.

[{"ro":"primul","en":"the first","f":139},{"ro":"al doilea","en":"the second","f":140},{"ro":"al treilea","en":"the third","f":141},{"ro":"al patrulea","en":"the fourth","f":142},{"ro":"al cincilea","en":"the fifth","f":143},{"ro":"al saselea","en":"the sixth","f":144},{"ro":"al optalea","en":"the eigth","f":145},{"ro":"al zecelea","en":"the tenth","f":146},{"ro":"al unsprezecelea","en":"the eleventh","f":147},{"ro":"al treisprezecelea","en":"the thirteenth","f":148},{"ro":"al treizeci si doilea","en":"the thirty-second","f":149},{"ro":"al o sutalea","en":"the hundredth","f":150}]


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.
Ordinal numbers - English Audio Tests

Last accessed pages

  1. Gradele de comparatie: comparative, superlative (51480)
  2. Pronumele in limba engleza - Pronouns (53931)
  3. Prezentul simplu si continuu - Present Tense Simple and Continuous (148233)
  4. Functii pentru lucru cu functii (516)
  5. Functii predefinite si Coduri PHP (3091)

Popular pages this month

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