Curs Engleza

- Treceti fiecare propozitie la Prezentul perfect (unele propozitii sunt la alt timp, trebuie trecute la Prezent perfect), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi formele prescurtate: "haven't" si "hasn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).

[ "I have traveled there. (interogativ)", "Have we read it? (negativ)", "You haven't drunk. (interogativ)", "It has flown. (interogativ)", "He got a house. (negativ)", "They write many tutorials. (negativ)", "She will wash the glass. (interogativ)", "George fix the door. (negativ)", "You are going to class. (interogativ)", "I saw a dragonfly. (negativ)", "The kangaroo jumps. (negativ)", "We'll make the dinner. (interogativ)" ]
["Have I traveled there?","We haven't read it","Have you drunk?","Has it flown?","He hasn't got a house","They haven't written many tutorials","Has she washed the glass?","George hasn't fixed the door","Have you been to class?","I haven't seen a dragonfly","The kangaroo hasn't jumped","Have we made the dinner?"]

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.
Prezentul perfect - Exercitii si teste engleza

Last accessed pages

  1. Creare tabele HTML (16358)
  2. Adaugare imagini in pagina (17478)
  3. Liste HTML - UL, OL (9980)
  4. Curs HTML gratuit Tutoriale HTML5 (188403)
  5. Sintaxa JavaScript (10769)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (1049)
  2. Curs HTML gratuit Tutoriale HTML5 (872)
  3. Coduri pt culori (618)
  4. Creare si editare pagini HTML (485)
  5. Conditional IF in Limba Engleza - Fraze Conditionale (463)