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 atribut indica faptul ca un camp de formular trebuie completat?
required="required" autofocus="autofocus" placeholder="text"
<input type="text" name="name1" required="required" />
Ce metoda CSS misoreaza sau mareste dimensiunile unui element (inclusiv continutul)?
translate() scale() skew()
#some_id:hover {
  transform: scale(2, 1.5);
  -ms-transform: scale(2, 1.5);    /* IE 9 */
  -moz-transform: scale(2, 1.5);   /* Firefox */
}
Click pe metoda obiectului Date care returneaza ziua din luna.
setDate() getMonth() getDate()
var rightnow = new Date();
var day = rightnow.getDate();
alert(day);
Ce functie este folosita pentru a incarca un fisier pe server?
is_file() move_uploaded_file() fopen()
if(move_uploaded_file($_FILES["field_name"]["tmp_name"], "dir/file_name")) {
  echo "Fisierul a fost incarcat";
}
Cum se spune in engleza expresia: "Ploua cu galeata"?
rain cats and dogs rain buckets quiet rain
In Bucharest it`s raining cats and dogs.
- In Bucuresti ploua cu galeata.
Cum se spune in spaniola expresia: "Ploua cu galeata"?
llover cubo llover a cántaros lluvia tranquila
En Madrid está lloviendo a cántaros.
- In Madrid ploua cu galeata.
Viitorul simplu - Exercitii si teste engleza

Last accessed pages

  1. Ce este Creatia (1019)
  2. Optiuni pentru utilizarea caracterelor speciale (1066)
  3. Text colorat (824)
  4. Accesare Metoda Statica inlantuita in PHP (186)
  5. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (279862)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (196)
  2. Gramatica limbii spaniole. Indrumator si prezentare generala (104)
  3. Gramatica limbii engleze - Prezentare Generala (58)
  4. Cursuri limba engleza gratuite si lectii online (47)
  5. Creare si editare pagini HTML (40)