- 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 liveingI`m living here.
- Traiesc /Locuiesc aici.
Care este forma de Gerunziu (sau Participiu Prezent) a verbului "vivir" (a trai /a locui)?
viviĆ³ vivido viviendoEstoy viviendo aquĆ.
- Traiesc /Locuiesc aici.