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
Care atribut face ca optiunea din <select> sa fie selectata?
checked="checked" selected="selected" disabled="disabled"
<select name="a_name">
 <option value="val1">Optiune 1</option>
 <option value="val2" selected="selected">Optiune 2</option>
</select>
Care din aceste valori CSS creaza culoare gradient pentru fundal?
contain repeat-x linear-gradient
#id {
  background: linear-gradient(top left, #1f1, #fff, #11f);
}
Care cod creaza un array in JavaScript?
[] {} new Object()
var arr = [1, "CoursesWeb.net", "MarPlo.net"];
alert(arr[2]);
Indicati functia PHP folosita pentru redirect la alta pagina.
function() header() switch()
header("Location: http://coursesweb.net/");
exit;
Indicati articolul corect la cuvantul "garden" in propozitia: "... garden is a place with flowers".
An The A
The garden is a place with flowers.
- Gradina este un loc cu flori.
Indicati articolul corect pentru cuvantul: "jardín" (gradina)
la los el
El jardín es un lugar de flores.
- Gradina e un loc cu flori.
Viitorul simplu - Exercitii si teste engleza

Last accessed pages

  1. Verbe modale - Modal verbs - CAN, COULD, MAY, MIGHT, MUST (67616)
  2. Lumina, bucuria şi pacea sălăşluiesc în mine (78)
  3. Verbe regulate (9310)
  4. Limba spaniola curs online incepatori si avansati (30546)
  5. Creare link-uri (20142)

Popular pages this month

  1. Coduri pt culori (122)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (92)
  3. Curs HTML gratuit Tutoriale HTML5 (73)
  4. Exercitii engleza - English Tests and exercises - Grammar (40)
  5. Elemente principale HTML (40)