Curs Engleza

- Treceti fiecare propozitie la Viitorul perfect continuu (unele propozitii sunt la alt timp, trebuie scrise la Viitor Perfect Continuu), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "haven't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).

[ "I learn all morning. (interogativ)", "They play. (negativ)", "You don't jog. (interogativ)", "It will move. (interogativ)", "He bought a cup. (negativ)", "They will sell corn. (negativ)", "You will make a tea. (interogativ)", "Will Tom catch a mouse? (negativ)", "You went to a hermitage. (interogativ)", "I'm brushing my teeth. (negativ)", "His cousins sing. (negativ)", "She recite a poem. (interogativ)" ]
["Will I have been learning all morning?","They will haven't been playing","Will you have been jogging?","Will it have been moving?","He will haven't been buying a cup","They will haven't been selling corn","Will you have been making tea?","Tom will haven't been catching a mouse","Will you been going to a hermitage?","I will haven't been brushing my teeth","His cousins will haven't been singing","Will she have been reciting a poem?"]

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

Last accessed pages

  1. Articolul din limba engleza - The article (66851)
  2. Verbe neregulate din limba Engleza (18945)
  3. Curs complet de limba engleza, incepatori (14020)
  4. Verbe modale - SHALL, SHOULD, OUGHT TO, WILL, WOULD, USED TO, BE TO, DARE (32376)
  5. Formatare text in pagina html (36033)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (1041)
  2. Curs HTML gratuit Tutoriale HTML5 (868)
  3. Coduri pt culori (615)
  4. Creare si editare pagini HTML (484)
  5. Conditional IF in Limba Engleza - Fraze Conditionale (459)