-
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
Ce tag se foloseste pentru a adauga liste in elemente <ul> si <ol>?
<dt> <dd> <li><ul>
<li>http://coursesweb.net/html/</li>
<li>http://www.marplo.net/html/</li>
</ul>
Care valoare a proprietatii "display" seteaza elementul ca tip bloc si afiseaza un punct in fata?
block list-item inline-block.some_class {
display: list-item;
}
Care instructiune JavaScript transforma un obiect in sir JSON.
JSON.parse() JSON.stringify eval()var obj = {
"courses": ["php", "javascript", "ajax"]
};
var jsonstr = JSON.stringify(obj);
alert(jsonstr); // {"courses":["php","javascript","ajax"]}
Indicati clasa PHP folosita pentru a lucra cu elemente HTML si XML in PHP.
stdClass PDO DOMDocument$strhtml = '<body><div id="dv1">CoursesWeb.net</div></body>';
$dochtml = new DOMDocument();
$dochtml->loadHTML($strhtml);
$elm = $dochtml->getElementById("dv1");
echo $elm->nodeValue; // CoursesWeb.net
Indicati forma de Prezent Continuu a verbului "to live" (a trai /a locui)
lived living liveingI`m living here.
- Traiesc /Locuiesc aici.
Care este forma de Gerunziu (sau Participiu Prezent) a verbului "vivir" (a trai /a locui)?
viviĆ³ vivido viviendoEstoy viviendo aquĆ.
- Traiesc /Locuiesc aici.