Curs Engleza

- Invatati numele catorva rechizite si obiecte scolare folosite in clasa.

bnS-36SjSHo

Time for school

Traducere

E timpul pentru scoala

Tommy - What's this? Is it an airplane?
Ce e asta? Este un avion?
Ellie - No, it isn't. This is a pencil sharpener. The airplane is on the shelf behind the globe.
Nu, nu e. Asta e o ascutitoare. Avionul e pe raft in spatele globului.
Tommy - Wow! It's funny. And there is a big pencil on the books.
Uau! E amuzant. Acolo e un creion mare pe carti.
Ellie - Oh, no! That's a pencil box.
Oh, nu! Acela e un penar.
Tommy - Hmm! And way are there puppets near the books?
Hmm! Si de ce sunt acolo papusi langa carti?
Ellie - They aren't puppets. They are pens. And there are the teddy bears under the table. Look! They are under the table between the ball and the sponge. And look at my school bag, it is on the chair.
Nu sunt papusi. Sunt stilouri. Iar acolo se afla ursuletii de plus sub masa. Priveste! Ei sunt sub masa intre minge si burete. Si uita-te la ghiozdanul meu, este pe scaun.
Tommy - It looks like a teddy bear.
Seamana cu un ursulet de plus.
Ellie - Yes, it does.
Da, asa e.
Tommy - It is so strange. Look, there is a peach on the desk.
E asa ciudat. Priveste, este o piersica pe banca.
Ellie - Oh, no! That's not a peach, That's a rubber.
Oh, nu! Aceea nu este o piersica. Aia este o radiera.

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.
Rechizite si obiecte scolare

Last accessed pages

  1. Instructiuni repetitive while (1734)
  2. Instructiuni repetitive for() (2881)
  3. Trecutul nedefinit si Imperfect Recapitulare (1490)
  4. Instructiuni conditionale if() else, switch (4777)
  5. Sintaxa JavaScript (11087)

Popular pages this month

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