- Invatati denumirea principalelor culori in limba engleza.
fnfPogINlcU
Fetch Fats
Traducere
Du-te si adu, Fats
Tommy - Fat, bring me something blue
Fat (gras), adu-mi ceva albastru.
Tommy - Good boy!
Bravo!
Tommy - Fats, find something yellow and brown.
Fats, gaseste ceva galben si maro.
Tommy - Verry well, Fats. Now, quickly! Fetch something red and purple.
Foarte bine, Fats. Acum, repede! Du-te si adu ceva rosu si mov.
Tommy - Thank you, Fats. This is for you.
Multumesc, Fats. Asta e pentru tine.
Tommy - Fetch something orange.;
Du-te si adu ceva portocaliu.
Tommy - Oh, very good! This is a kite
O, foarte bine! Asta e un zmeu.
Tommy - Oh, no Fats! Not white. Kite.
O, nu Fats! Nu alb. Zmeu.
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.