- 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 este element de tip bloc?
<div> <img> <span><div>Web Programming and Development</div>
Care cod CSS afiseaza textul subliniat?
font-style: italic; text-decoration: underline; font-weight: 500;h2 {
text-decoration: underline;
}
Clic pe functia JavaScript care apeleaza o alta functie dupa un anumit timp.
insertBefore() setTimeout() querySelector()function someFunction() { alert("CoursesWeb.net"); }
setTimeout("someFunction()", 2000);
Clic pe instructiunea care returneaza numarul total de elemente dintr-un array asociativ.
count($array) count($array, 1) strlen()$food =["fruits" =>["banana", "mar"), "veggie" =>["ceapa", "rosie"));
$nr_food = count($food, 1);
echo $nr_food; // 6
Indicati Viitorul Perfect la negativ al verbului din paranteze, in propozitia: "The child (to not play) by Sunday".
has't played haven't been playing will haven't playedThe child will haven't played by Sunday.
- Copilul nu s-ar fi jucat pana duminica.
Indicati Viitorul Perfect pentru verbul "contar" (a povesti) la forma "Él".
habrá contado va a contar contabaÉl no habrá contado el cuento.
- El nu ar fi spus povestea.