Curs Engleza

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

[ "I finish the work. (interogativ)", "Do we pay it? (negativ)", "You are looking for it. (interogativ)", "It will start. (interogativ)", "He makes a house. (negativ)", "They read english tutorials. (negativ)", "She will crochet a waistcoat. (interogativ)", "Sim open the box. (negativ)", "You are going to market. (interogativ)", "I received a gift. (negativ)", "The engine is stopping. (negativ)", "We'll help the neighbors. (interogativ)" ]
["Had I finished the work?","We hadn't payed it","Had you looked for it?","Had it started?","He hadn't made a house","They hadn't read english tutorials","Had she crocheted a waistcoat?","Sim hadn't opened the box","Had you been to market?","I hadn't received a gift","The engine hadn't stopped","Had we helped the neighbors?"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tag e folosit pentru a adauga liste cu definitii in element <dl>?
<dt> <dd> <li>
<dl>
 <dt>HTML</dt>
  <dd> - Hyper Text Markup Language</dd>
  <dd> - Limbaj de cod pentru pagini web</dd>
</dl>
Care proprietate CSS poate sa ascunda un element in pagina, lasand spatiu gol in locul lui?
display position visibility
#id {
  visibility: hidden;
}
Indicati evenimentul declansat cand se apasa clic pe un obiect in pagina.
onclick onmouseover onfocus
document.getElementById("id").onclick = function(){
  alert("http://www.MarPlo.net/");
}
Indicati variabila PHP ce contine datele din $_GET, $_POST si $_COOKIE.
$_SESSION $_GET $_REQUEST
if(isset($_REQUEST["id"])) {
  echo $_REQUEST["id"];
}
Care din urmatoarele cuvinte reprezinta un Verb?
lighting believe path
I believe in my path.
- Eu cred in calea mea.
Care din urmatoarele cuvinte reprezinta un Verb?
creer camino iluminaciĆ³n
creer = a crede; camino = cale /drum; iluminaciĆ³n = iluminare
Trecutul perfect - Exercitii si teste engleza

Last accessed pages

  1. Numerele in engleza de la 1 la 20 (2806)
  2. Prefixele dis-, mis-, un-. The DIS, MIS and UN prefixes (11515)
  3. Formatare text in pagina html (36043)
  4. Numerale, Numere in limba engleza - Numerals (50966)
  5. Pozitionare elemente HTML cu CSS (4851)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (1090)
  2. Curs HTML gratuit Tutoriale HTML5 (888)
  3. Coduri pt culori (627)
  4. Creare si editare pagini HTML (519)
  5. Conditional IF in Limba Engleza - Fraze Conditionale (473)