Scrieti imperfectul fiecarui verb, in acord cu subiectul dat intre paranteze.
Folositi litere mici si accentuate corect.
1. andar (yo) -
2. volver (ellos) -
3. tener (ellas) -
4. ir (tú) -
5. salir (nosotros) -
6. ser (ella) -
7. vivir (yo) -
8. volver (Ud.) -
9. ver (tú) -
10. poder (yo) -
11. perder (nosotros) -
12. poner (Uds.) -
13. tocar (yo) -
14. estudiar (él) -
15. escuchar (tú) -
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce tag adauga imagine in pagina web?
<div> <img> <span><img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Care din aceste coduri CSS afiseaza textul inclinat?
font-style: italic; text-decoration: underline; font-weight: 500;#id {
font-style: italic;
}
Clic pe functia jQuery care ascunde animat un element HTML.
click() hide() show()$(document).ready(function() {
$(".a_class").click(function(){ $(this).hide("slow"); });
});
Clic pe functia definita corect in PHP.
fname function() {} function fname() {} function $fname() {};function fname($a, $b) {
echo $a * $b;
}
Indicati forma pentru Prezent Perfect Continuu a verbului "to walk" (a merge).
have walked have been walking be walkingI have been walking for 5 hours.
- Merg pe jos de 5 ore.
Indicati Trecutul Nedefinit pentru verbul "ser" (a fi) la forma Yo.
será sería fuiYo fui entrenador.
- Am fost antrenor.