- Invatati cateva nume de jucarii si indicarea locatiei.
9SdmoQiEuhc
It's time to play
Traducere
E timpul sa ne jucam
Tommy - Look! There's a monkey in the tree.
Uite! E o maimuta in copac.
Ellie - Where?
Unde?
Tommy - There it is, on the tree near the house.
Acolo e, pe copacul de langa casa.
Ellie - It's so small.
E asa mica.
Tommy, Ellie - Monkey! Monkey! Come here!
Maimuta! Maimuta! Vino aici!
Ellie - It's so friendly.
E asa prietenoasa.
Tommy - The monkey can play here. Let's bring some bananas!
Maimuta poate sa se joace aici. Hai sa aducem niste banane!
Ellie - All right.
In regula.
After ten minutes
Dupa zece minute
Tommy - Where are my toys?
Unde sunt jucariile mele?
Ellie - There is a car under the table and there are some balls under the pillow.
Acolo e o masina sub masa si sunt cateva mingii sub perna.
Tommy - Look! There are puzzles and airplanes near the window.
Uite! Acolo sunt puzzel-uri si avioanre langa fereastra.
Ellie - Oh! And here is your lego game, on the computer.
O! Si aici este jocul tau de lego, pe calculator.
Tommy - Thank you! But where is my teddy-bear?
Multumesc! Dar unde este ursuletul meu?
Ellie - Here it is, it the wardrobe.
Aici este (iata-l), in dulap.
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.