Curs Engleza

- 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
Care tag e folosit pentru a adauga liste cu definitii in element <dl>?
<dt> <dd> <li>
<dl>
 <dt>HTML</dt>
  <dd> - Hyper Text Markup Language</dd>
  <dd> - Limbaj de cod pentru pagini web</dd>
</dl>
Care proprietate CSS poate sa ascunda un element in pagina, lasand spatiu gol in locul lui?
display position visibility
#id {
  visibility: hidden;
}
Indicati evenimentul declansat cand se apasa clic pe un obiect in pagina.
onclick onmouseover onfocus
document.getElementById("id").onclick = function(){
  alert("http://www.MarPlo.net/");
}
Indicati variabila PHP ce contine datele din $_GET, $_POST si $_COOKIE.
$_SESSION $_GET $_REQUEST
if(isset($_REQUEST["id"])) {
  echo $_REQUEST["id"];
}
Care din urmatoarele cuvinte reprezinta un Verb?
lighting believe path
I believe in my path.
- Eu cred in calea mea.
Care din urmatoarele cuvinte reprezinta un Verb?
creer camino iluminaciĆ³n
creer = a crede; camino = cale /drum; iluminaciĆ³n = iluminare
Less or Fewer - Exercitii Engleza

Last accessed pages

  1. Verbe Dinamice si Statice - Dynamic and Static Verbs (10646)
  2. Proverbe, expresii si zicatori (22281)
  3. Stilizare tabele HTML cu CSS (7692)
  4. Adaugare imagini in pagina (17483)
  5. Ser, estar, tener sau haber (791)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (1077)
  2. Curs HTML gratuit Tutoriale HTML5 (885)
  3. Coduri pt culori (625)
  4. Creare si editare pagini HTML (517)
  5. Conditional IF in Limba Engleza - Fraze Conditionale (469)