-
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 hapilyI live happily.
- Traiesc fericit (in mod fericit).
Indicati adverbul corespunzator adjectivului din paranteza in propozitia: "Vivo (feliz)".
felizamente felizmente felicesVivo felizmente.
- Traiesc fericit (cu fericire).