Curs Engleza

- Scrieti verbul din paranteze la timpul viitor simplu, cu "will" (Future Tense), in acord cu subiectul.
[ "I ___ (to study)", "You ___ (to start)", "We ___ (to dance)", "He ___ (to sing)", "They ___ (to write)", "She ___ (to cook)", "It ___ here (to be)", "My brother ___ tomorrow. (to leave)", "The airplanes ___ fast. (to fly)", "The painter ___ a brush. (to get)", "You ___ in the park. (to run)", "It ___ three windows. (to have)", "She ___ my homework. (to do)", "I ___ some nuts. (to eat)", "You ___ a green shirt. (to wear)", "I ___ 2 hours. (to wait )" ]
["will study","will start","will dance","will sing","will write","will cook","will be","will leave","will fly","will get","will run","will have","will do","will eat","will wear","will wait"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tag defineste zona de click intr-o harta creata dintr-o imagine?
<map> <img> <area>
<img src="image.jpg" usemap="#map1">
<map name="map1">
  <area shape="rect" coords="9, 120, 56, 149" href="#">
  <area shape="rect" coords="100, 200, 156, 249" href="#">
</map>
Ce proprietate CSS indica ce sa se intample cand continutul unui element depaseste dimensiunile lui?
display overflow position
#id {
  overflow: auto;
}
Clic pe evenimentul care este declansat cand mouse-ul e deasupra unui obiect.
onclick onmouseover onmouseout
document.getElementById("id").onmouseover = function(){
  document.write("Sa ai Viata Buna");
}
Indicati variabila PHP ce contine datele adaugate in adresa URL, dupa caracterul "?".
$_SESSION $_GET $_POST
if(isset($_GET["id"])) {
  echo $_GET["id"];
}
Clic pe pronumele reflexiv care e potrivit in propozitia: "Marc is the boy ... won the prize".
who which whoever
Marc is the boy who won the prize.
- Marc e baiatul care a castigat premiul.
Clic pe pronumele reflexiv care e potrivit in propozitia: "Voy a ver al pintor de ... les hablé ayer".
que quien cuyo
Voy a ver al pintor de quien les hablé ayer.
- Ma duc sa vad pictorul despre care ti-am vorbit ieri.
Viitor simplu - Exercitii si teste incepatori

Last accessed pages

  1. Conditional IF in Limba Engleza - Fraze Conditionale (119799)
  2. Imperfect 2 (1113)
  3. Functii pentru Data si Timp (830)
  4. Accentul si Pronuntia (26331)
  5. Espanol Chistes - Glume, Bancuri (4591)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (620)
  2. Conditional IF in Limba Engleza - Fraze Conditionale (537)
  3. Gramatica limbii engleze - Prezentare Generala (439)
  4. Exercitii engleza - English Tests and exercises - Grammar (379)
  5. Coduri pt culori (362)