Curs Engleza

- Formati conditionalul de tip 1, 2 sau 3 cu verbul din paranteza, in acord cu traducerea.
[ "If we lived in Rome, Francesco ___ (to visit) us. (Daca am locui in Roma, Francesco ne-ar vizita.)", "If he ___ (to come), tell him I am in the garden. (In caz ca el vine, spune-i ca sunt in gradina.)", "If the teacher ___ (to explain) the homework, I would have done it. (Daca profesorul ar fi explicat tema, as fi facut-o.)", "If it ___ (to rain), the children would have played outside. (Daca nu ar fi plouat, copii s-ar fi jucat afara.)", "If it were a bird, it ___ (to fly). (Daca ar fi pasare, ar putea zbura.)", "She wouldn\u2019t have come unless we ___ (to invite) her. (Ea nu ar fi venit daca nu am fi invitat-o.)", "If it were cold, it ___ (to snow). (Daca ar fi frig, s-ar putea sa ninga.)", "If the weather had been nice, they ___ (to play) football. (Daca vremea ar fi fost frumoasa, ei ar fi jucat fotbal.)", "If you behave yourself, I ___ (to give) you a toy. (Daca te porti frumos, iti voi da o jucarie.)", "If the boys had taken the bus, they ___ (to arrive) on time. (Daca baietii ar fi luat autobuzul, ar fi ajuns la timp.)", "I would have talked, if he ___ (to ask) me. (As fi vorbit, daca m-ar fi intrebat.)", "If he had come earlier, he ___ (to meet) Tina. (Daca el ar fi venit mai devreme, ar fi intalnit-o pe Tina.)", "If he ___ (to see) you, he would have talked to you. (Daca el te-ar fi vazut, ar fi vorbit cu tine.)", "If I ___ (to realize) the truth, I would have stopped. (Daca as fi realizat adevarul, m-as fi oprit.)", "Andrew ___ (to water) the flowers if he stayed at home. (Andrew ar uda florile, daca ar sta acasa.)" ]
["would visit","should come","had explained","had not rained","could fly","had invited","might snow","would have played","will give","would have arrived","had asked","would have met","had seen","had realized","would water"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut face ca valoarea din caseta de text sa nu poata fi modificata de utilizator?
checked="checked" readonly="readonly" disabled="disabled"
<input type="text" value="valoare-fixa" readonly="readonly" name="a_name" />
Ce proprietate CSS permite crearea de colturi rotunjite?
background-size border-size border-radius
.class {
  border:2px solid blue;
  border-radius:1.2em;
}
Ce instructiune afiseaza o fereastra cu mesaj si butoane OK si Cancel?
indexOf() confirm() prompt()
var ques = window.confirm("Rezultatul lui 0+0 este 0?");
if (ques) alert("Corect");
else alert("Incorect");
Indicati functia PHP care returneaza numarul cel mai mic dintr-o multime de numere.
floor() ceil() min()
$min_nr = min(12, 8, 25, 13);
echo $min_nr;        // 8
Alegeti verbul corect care trebuie in propozitia: "Its ears ... big".
are is has
Its ears are big.
- Urechile lui sunt mari.
Alegeti verbul corect care trebuie in propozitia: "Los niños ... deportistas"
soy son está
Los niños son deportistas.
- Copii sunt sportivi.
Conditional IF - Teste si exercitii nivel avansat

Last accessed pages

  1. Lectia 177, Recapitulare 163-164 (71)
  2. Liste HTML - UL, OL (11008)
  3. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (275284)
  4. Adjective (3915)
  5. Cursuri Franceza, Germana, Italiana si Rusa (8104)

Popular pages this month

  1. Coduri pt culori (260)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (197)
  3. Curs HTML gratuit Tutoriale HTML5 (142)
  4. Exercitii engleza - English Tests and exercises - Grammar (87)
  5. Creare si editare pagini HTML (63)