Curs Engleza

- Scrieti verbul din paranteze la timpul prezent simplu (Present Tense), in acord cu subiectul.
[ "I ___ (to swim)", "You ___ (to swim)", "We ___ (to walk)", "He ___ (to walk)", "They ___ (to sing)", "She ___ (to read)", "it ___ here (to be)", "My father ___ here. (to come)", "The birds ___ fast. (to fly)", "The eagle ___ very high. (to fly)", "You ___ at the theater. (to be)", "He ___ two books. (to have)", "She ___ good things. (to do)", "I ___ a student. (to be)", "You ___ a blue shirt. (to have)", "I ___ to live peacefully. (to choose )" ]
["swim","swim","walk","walks","sing","reads","is","comes","fly","flies","are","has","does","am","have","choose"]

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 simplu - Exercitii si teste incepatori

Last accessed pages

  1. Viitor simplu si continuu - Future Tense Simple and Continuous (45024)
  2. Lectia 209, Recapitulare 189 (56)
  3. Gramatica limbii spaniole. Indrumator si prezentare generala (63748)
  4. Lucrul cu stiluri CSS (6710)
  5. Cursuri Limba Franceza (8648)

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)