Curs Engleza

- Scrieti verbul din paranteze la timpul Prezent perfect (Present perfect), in acord cu subiectul.
[ "I ___ (to learn)", "You ___ (to walk)", "We ___ (to travel)", "He ___ (to learn)", "They ___ (to eat)", "She ___ (to sing)", "It ___ here (to be)", "My aunt ___ a bus. (to drive)", "The helicopters ___ high. (to fly)", "Your uncle ___ a tree. (to paint)", "You ___ here. (to work)", "It ___ two plates. (to wash)", "I ___ my homework. (to do)", "They ___ some fruits. (to get)", "You ___ the room. (to clean)", "I ___ 2 stories. (to read )" ]
["have learned","have walked","have traveled","has learned","have eaten","has sung","has been","has driven","have flown","has painted","have worked","has washed","have done","have got","have cleaned","have read"]

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.
Prezent perfect - Exercitii si teste incepatori

Last accessed pages

  1. Coduri pt culori (65215)
  2. Creare formulare (8597)
  3. Pronume - general (967)
  4. Subtantive - Plural (5527)
  5. Zilele saptamanii - Lunile anului - Anotimpurile - Engleza (27595)

Popular pages this month

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