Curs Engleza

- Scrieti verbul din paranteze la timpul Trecut perfect (Past Perfect), in acord cu subiectul.
[ "I ___ (to live)", "You ___ (to work)", "We ___ (to learn)", "He ___ (to guide)", "They ___ (to look for)", "She ___ (to see)", "It ___ here (to be)", "My uncle ___ the meal before I came. (to finish)", "The clown ___ twice. (to fall)", "Your cousin ___ a book. (to write)", "You ___ when he worked. (to read)", "It ___ three glasses. (to wash)", "I ___ my homework before they came. (to do)", "They ___ some greens. (to get)", "You already ___ the cart. (to stop)", "They never ___ before breakfast. (to run )" ]
["had lived","had worked","had learned","had guided","had looked for","had sewn","had been","had finished","had fallen","had written","had read","had washed","had done","had got","had stopped","had run"]

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

Last accessed pages

  1. HTML5 - Elemente si atribute noi in formular (4689)
  2. Afisare si chenare din CSS la elemente HTML (5396)
  3. Prezentul continuu - Exercitii si teste incepatori (36553)
  4. Exercitii engleza - English Tests and exercises - Grammar (109367)
  5. Proverbe, expresii si zicatori (22121)

Popular pages this month

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