-
Adaugati unul din prefixele: "dis", "mis" sau "un", potrivit in contextul propozitiei, in acord cu traducerea.
[ "The children ___obey their teacher. - Copiii nu asculta de profesorul lor.", "I tried to speak to the professor, but he was ___available. - Am incercat sa vorbesc cu profesorul, dar nu era disponibil.", "___behave suggests that there was a correct way to behave. - Comportarea urata sugereaza ca a existat o modalitate corecta de a se comporta.", "It`s ok to ___agree with what people say. - E in regula sa nu fiti de acord cu ceea ce spun oamenii.", "The sentence contained a ___placed comma. - Propozitia continea o virgula pusa gresit.", "A wise man turn a ___advantage into a gain. - Un om intelept transforma un dezavantaj intr-un castig.", "The state of peace and happiness is ___avoidable. - Starea de pace si fericire este inevitabila.", "Where did Sally ___appear to? She was here a moment ago. - Unde a disparut Sally? Era aici acum un moment.", "Locknow might be a ___print for Looknow. - Locknow ar putea fi o greseala de tipar pentru Looknow (Priveste-acum).", "It was an ___tidy room, but now is so clean. - A fost o camera neingrijita, dar acum e asa de curata.", "___appointment is just a reflexion of the mind bound with the past. - Dezamagirea este doar o reflectie a mintii legata de trecut.", "The land is ___fit for food crops. - Terenul nu este potrivit pentru culturi alimentare.", "The water was ___placed by the volume of the rocks. - Apa a fost inlocuita de volumul rocilor.", "It was just a ___timed joke. - A fost doar o gluma inoportuna.", "The ___truth does not exist. - Neadevarul nu exista.", "The true forgiveness cures any ___ability. - Iertarea adevarata vindeca orice handicap." ]
["dis","un","Mis","dis","mis","dis","un","dis","mis","un","Dis","un","dis","mis","un","dis"]
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).