Curs Engleza

- Scrieti verbul din paranteze la timpul Prezent perfect (Present perfect), in acord cu subiectul.
[ "I ___ (to learn)", "You ___ (to walk)", "We ___ (to travel)", "He ___ (to learn)", "They ___ (to eat)", "She ___ (to sing)", "It ___ here (to be)", "My aunt ___ a bus. (to drive)", "The helicopters ___ high. (to fly)", "Your uncle ___ a tree. (to paint)", "You ___ here. (to work)", "It ___ two plates. (to wash)", "I ___ my homework. (to do)", "They ___ some fruits. (to get)", "You ___ the room. (to clean)", "I ___ 2 stories. (to read )" ]
["have learned","have walked","have traveled","has learned","have eaten","has sung","has been","has driven","have flown","has painted","have worked","has washed","have done","have got","have cleaned","have read"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care meta tag se foloseste pentru scurta descriere a paginii?
<meta content="..."> <meta description="..."> <meta http-equiv="...">
<meta name="description" content="70-160 caractere ce descriu continutul paginii" />
Ce proprietate CSS opreste efectul dat de "float"?
clear text-align position
#some_id {
  clear: both;
}
Clic pe metoda ce creaza un array cu toate elementele din pagina cu un anumit nume de tag.
getElementsByName() getElementById() getElementsByTagName()
var divs = document.getElementsByTagName("div");
var nr_divs = divs.length;
alert(nr_divs);
Indicati functia PHP ce returneaza numarul de elemente dintr-un array.
is_[) count() strlen()
$arr =[7, 8, "abc", 10);
$nri = count($arr);
echo $nri;        // 4
Indicati adverbul corespunzator adjectivului din paranteza in propozitia: "I live (happy)".
happly happily hapily
I live happily.
- Traiesc fericit (in mod fericit).
Indicati adverbul corespunzator adjectivului din paranteza in propozitia: "Vivo (feliz)".
felizamente felizmente felices
Vivo felizmente.
- Traiesc fericit (cu fericire).
Prezent perfect - Exercitii si teste incepatori

Last accessed pages

  1. Cursuri limba engleza gratuite si lectii online (66741)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (276015)
  3. Gramatica limbii engleze - Prezentare Generala (217401)
  4. Verbe reflexive: prezent (1060)
  5. Verbele in limba engleza - Verbs (41391)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (928)
  2. Coduri pt culori (769)
  3. Curs HTML gratuit Tutoriale HTML5 (672)
  4. Cursuri limba engleza gratuite si lectii online (292)
  5. Creare si editare pagini HTML (286)