-
Adaugati la fiecare propozitie cuvantul corespunzator corect dintre: less si fewer.
[
"These days you seem to work ___ hours. (Zilele acestea se pare ca lucrezi mai putine ore.)",
"These days you bought ___ chocolate. (Zilele acestea ati cumparat mai putina ciocolata.)",
"I`ve got ___ apples than he has. (Am mai putine mere decat are el.)",
"He should watch ___ the TV. (El ar trebui sa se uite mai putin la televizor.)",
"She spends ___ hours at the computer. (Ea petrece mai putine ore la calculator.)",
"Can you put ___ salt in the soup, please? (Puteti sa puneti mai putina sare in supa, va rog?)",
"Did you plant ___ flowers this year? (Ati plantat mai putine flori in acest an?)",
"You should read ___ fairy tales. (Ar trebui sa cititi mai putine basme.)",
"The high of that tree is ___ than 10 meters. (Inalta acelui copac este mai mica de 10 de metri.)",
"Last night I drank ___ orange juice than Tim. (Aseara am baut mai putin suc de portocale decat Tim.)",
"There is ___ sunshine in the west of England. (Este mai putin soare in vestul Angliei.)",
"There are ___ hours of sunshine in the west of England. (Sunt mai putine ore de soare in vestul Angliei.)",
"As I get wiser, I find myself talking ___ and less. (Pe masura ce devin mai intelept, ma aflu vorbind din ce in ce mai putin.)",
"We want to work ___ hours. (Vrem sa muncim mai putine ore.)",
"We want to work ___. (Vrem sa muncim mai putin.)"
]
["fewer","less","fewer","less","fewer","less","fewer","fewer","less","less","less","fewer","less","fewer","less"]
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.