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. Limba spaniola curs online incepatori si avansati (30355)
  2. Tag-urile DIV si SPAN (10173)
  3. Conditional IF in Limba Engleza - Fraze Conditionale (123726)
  4. Gradele de comparatie: comparative, superlative (52109)
  5. Viitorul - Verbul la viitor (6444)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (701)
  2. Coduri pt culori (504)
  3. Cursuri limba engleza gratuite si lectii online (312)
  4. Gramatica limbii engleze - Prezentare Generala (302)
  5. Gramatica limbii spaniole. Indrumator si prezentare generala (267)