La fiecare caseta goala, scrieti forma corecta a indicativului prezent, in acord cu subiectul dat intre paranteze.
Folositi numai litere mici.
Daca raspunsul e gresit, veti primi raspunsul corect. Apasati pe butonul "Scor" din josul paginii ca sa vedeti scorul.
1. abrir (nosotros): -
2. almorzar (tú): -
3. beber (Ud.): -
4. comenzar (tú): -
5. conocer (yo): -
6. corregir (Ud.): -
7. costar (ellos): -
8. dormir (nosotros): -
9. devolver (tú): -
10. encontrar (ellos): -
11. entender (tú): -
12. estar (Ud.): -
13. hacer (yo): -
14. ir (nosotros): -
15. querer (tú): -
16. saber (yo): -
17. salir (yo): -
18. seguir (yo): -
19. ser (nosotros): -
20. tener (Ud.): -
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.