Curs Engleza

- Scrieti verbul din paranteze la Viitorul continuu, forma "will", in acord cu subiectul.
Ex.: "I ___ (to learn)" - will be learning

[ "I ___ (to write)", "You ___ (to sit)", "We ___ (to draw)", "He ___ (to walk)", "They ___ (to read)", "She ___ (to plant)", "I ___ over there (to go)", "My father ___ here. (to come)", "The whale ___ a lot. (to eat)", "The crow ___ very high. (to fly)", "You ___ at the school. (to learn)", "He ___ two cups. (to have)", "She ___ tomorrow. (to train)", "I ___ rose. (to see)", "You ___ a blue t-shirt. (to wear)", "I ___ next week. (to teach )" ]
["will be writing","will be sitting","will be drawing","will be walking","will be reading","will be planting","will be going","will be coming","will be eating","will be flying","will be learning","will be having","will be training","will be seeing","will be wearing","will be teaching"]

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.
Viitoru continuu - Exercitii si teste incepatori

Last accessed pages

  1. Conditional IF - Exercitii si teste engleza incepatori (20117)
  2. Lectia 120, Recapitulareb 109-110 (42)
  3. Lectia 202, Recapitulare 182 (44)
  4. Questions from life - Spiritual answers (1647)
  5. PHP MySQL - Introducere si Tipuri de Date (3303)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (617)
  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)