Curs Engleza

- Scrieti pluralul urmatoarelor substantive.
[ "book (carte)", "shelf (raft)", "toy (jucarie)", "man (barbat)", "tourist (turist)", "child (copil)", "story (poveste)", "flower (floare)", "schoolboy (elev, scolar)", "brother-in-law (cumnat)", "milkman (laptar)", "horse race (cal de cursa)", "footstep (pas, urma de pas)", "woman dentist (dentista)", "bedroom (domitor)" ]
["books","shelves","toys","men","tourists","children","stories","flowers","schoolboys","brothers-in-law","milkmen","horses race","footsteps","women dentist","bedrooms"]

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.
Substantive - Exercitii si teste engleza incepatori

Last accessed pages

  1. Verbe frazale din limba Engleza (39381)
  2. Prezent perfect si Prezent perfect continuu - Present perfect and Continuous (89332)
  3. Ser, estar, tener sau haber (768)
  4. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (259728)
  5. Verbe modale - Modal verbs - CAN, COULD, MAY, MIGHT, MUST (65328)

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)