Curs Engleza

- Scrieti verbul din paranteze la timpul viitor simplu, cu "will" (Future Tense), in acord cu subiectul.
[ "I ___ (to study)", "You ___ (to start)", "We ___ (to dance)", "He ___ (to sing)", "They ___ (to write)", "She ___ (to cook)", "It ___ here (to be)", "My brother ___ tomorrow. (to leave)", "The airplanes ___ fast. (to fly)", "The painter ___ a brush. (to get)", "You ___ in the park. (to run)", "It ___ three windows. (to have)", "She ___ my homework. (to do)", "I ___ some nuts. (to eat)", "You ___ a green shirt. (to wear)", "I ___ 2 hours. (to wait )" ]
["will study","will start","will dance","will sing","will write","will cook","will be","will leave","will fly","will get","will run","will have","will do","will eat","will wear","will wait"]

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.
Viitor simplu - Exercitii si teste incepatori

Last accessed pages

  1. Alphabet and Pronunciation - Alfabetul si pronuntia in limba engleza (60963)
  2. Pronume - Exercitii si teste engleza incepatori (15937)
  3. Formatare text in pagina html (38698)
  4. Evanghelia Eseniana a Pacii - 1 (1355)
  5. Exercitii engleza - English Tests and exercises - Grammar (117115)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (125)
  2. Gramatica limbii spaniole. Indrumator si prezentare generala (86)
  3. Limba spaniola curs online incepatori si avansati (53)
  4. Teste spaniola - Tests y ejercicios de Español - Gramática (52)
  5. Accentul si Pronuntia (38)