- 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
Care tag se foloseste in <table> pentru a crea celula de tip "header"?
<thead> <th> <td><table><tr>
<th>Title 1</th>
<th>Title 2</th>
</tr></table>
Ce proprietate CSS seteaza distanta dintre randuri?
line-height word-spacing margin.some_class {
line-height: 150%;
}
Care functie deschide o noua fereastra.
alert() confirm() open()document.getElementById("id_button").onclick = function(){
window.open("http://coursesweb.net/");
}
Indicati functia PHP care returneaza un array cu numele fisierelor si directoarelor dintr-un director.
mkdir() scandir() readdir()$ar_dir = scandir("dir_name");
var_export($ar_dir);
Care din urmatoarele forme a verbului "sleep" (a dormi) se foloseste pentru viitor?
sleeping slept will sleepHe will sleep there.
- El va dormi acolo.
Care din urmatoarele forme a verbului "dormir" (a dormi) se foloseste pentru viitor?
dormido dormirá durmiendoÉl dormirá allí.
- El va dormi acolo.