Curs Engleza

- Treceti fiecare propozitie la forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "won't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[ "I will stop there. (interogativ)", "We'll find. (negativ)", "You will walk. (interogativ)", "It will stop. (interogativ)", "He will have a white car. (negativ)", "They will eat many chocolates. (negativ)", "She will cook salads. (interogativ)", "George will write a book. (negativ)", "You will go to zoo. (interogativ)", "I will see a tiger. (negativ)", "The turtles will run slow. (negativ)", "We'll make the bed. (interogativ)" ]
["Will I stop there?","We won't find","Will you walk?","Will it stop?","He won't have a white car","They won't eat many chocolates","Will she cook salads?","George won't write a book","Will you go to zoo?","I won't see a tiger","The turtles won't run slow","Will we make the bed?"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce tag adauga imagine in pagina web?
<div> <img> <span>
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Care din aceste coduri CSS afiseaza textul inclinat?
font-style: italic; text-decoration: underline; font-weight: 500;
#id {
  font-style: italic;
}
Clic pe functia jQuery care ascunde animat un element HTML.
click() hide() show()
$(document).ready(function() {
  $(".a_class").click(function(){ $(this).hide("slow"); });
});
Clic pe functia definita corect in PHP.
fname function() {} function fname() {} function $fname() {};
function fname($a, $b) {
  echo $a * $b;
}
Indicati forma pentru Prezent Perfect Continuu a verbului "to walk" (a merge).
have walked have been walking be walking
I have been walking for 5 hours.
- Merg pe jos de 5 ore.
Indicati Trecutul Nedefinit pentru verbul "ser" (a fi) la forma Yo.
será sería fui
Yo fui entrenador.
- Am fost antrenor.
Viitorul simplu - Exercitii si teste engleza

Last accessed pages

  1. Saracul devenit bogat, apoi ascet (243)
  2. Expresii regulate Regex (2648)
  3. Triunghiuri cu CSS (749)
  4. Proverbe, expresii si zicatori (22316)
  5. Luni Anotimpuri si Date (1713)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (1240)
  2. Curs HTML gratuit Tutoriale HTML5 (951)
  3. Coduri pt culori (713)
  4. Creare si editare pagini HTML (565)
  5. Conditional IF in Limba Engleza - Fraze Conditionale (518)