Curs Engleza

- Scrieti verbul din paranteze la timpul Viitor perfect continuu, in acord cu subiectul.
Ex.: "I ___ (to walk)" - will have been walking

[ "I ___ (to learn)", "You ___ (to take on)", "We ___ (to work)", "He ___ (to read)", "They ___ (to run)", "She ___ (to put in)", "I ___ here (to sit)", "Your sisters ___ there. (to go)", "The gorillas ___ a lot. (to eat)", "The boys ___ every day. (to play)", "You ___ at our school. (to teach)", "He ___ a toy. (to buy)", "She ___ for 2 hours. (to wait)", "I ___ this morning. (to pray)", "You ___ every evening. (to draw)", "We ___ all week. (to travel)" ]
["will have been learning","will have been taking on","will have been working","will have been reading","will have been running","will have been putting in","will have been sitting","will have been going","will have been eating","will have been playing","will have been teaching","will have been buying","will have been waiting","will have been praying","will have been drawing","will have been traveling"]

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 perfect continuu - Exercitii incepatori

Last accessed pages

  1. Accentul si Pronuntia (26330)
  2. Verbele in limba engleza - Verbs (40068)
  3. Verbe frazale din limba Engleza (39381)
  4. Prezent perfect si Prezent perfect continuu - Present perfect and Continuous (89332)
  5. Ser, estar, tener sau haber (768)

Popular pages this month

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