- 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
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.