Curs Engleza

- Invatati sa exprimati directia de miscare, precum si denumirile unor sarbatori in engleza.

Mi1YDgbNYgo

Egg rolling

Traducere

Rostogolirea oului

Ellie - It's Easter today. Let's play a game!
E Pastele astazi. Hai sa jucam un joc!
Tommy - What game?
Ce joc?
Ellie - I will show you. Come with me!
Iti voi arata. Vino cu mine!
Ellie - I will give you an egg. This game is called "egg rolling".
Iti voi da un ou. Acest joc se numeste "rostogolirea oului".
Tommy - What do I have to do?
Ce trebuie sa fac?
Ellie - Roll the egg down the hill.
Rostogoleste oul in jos de pe deal.
Tommy - Ok.
Bine.
Tommy - Look at my egg! It is going down the hill, across the street and through the bushes. I can't see it. Where is it?
Uita-te la oul meu! Se duce in jos de pe deal, peste strada si prin tufis. Nu-l vad. Unde e?
Ellie - Look! It is going up the sand-hill and across that wall.
Priveste! Urca pe colina de nisip si peste acel zid.
Tommy - Wow! It is rolling into the schoolyard.
Uau! Se rostogoleste in cutea scolii.
Ellie - And right into the mud.
Si drept in noroi.
Tommy - Oh, no!
Oh, nu!
Teacher - Tommy! Come here, quickly!
Profesoara - Tommy! Vino aici, repede!

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.
Directii si sarbatori

Last accessed pages

  1. JavaScript HTML DOM - Obiectul document (2170)
  2. Creare clase in JavaScript cu Metode care pot fi inlantuite (1154)
  3. classList - Lucru cu clase css (950)
  4. Definire si Utilizare Clase in JavaScript (2031)
  5. Ferestre Alert Prompt si Confirm (3199)

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)