Curs Engleza

- Recunoasteti si scrieti pentru fiecare propozitie Verbul modal ce-l contine.
[ "They shall come on time. (Trebuie sa vina la timp.)", "You should write to him. (Ar trebui sa-i scrii.)", "He ought be still at home. (S-ar cuveni sa fie inca acasa.)", "Will you come with me? (Vrei sa vii cu mine?)", "I would like to rest. (As vrea sa ma odihnesc.)", "He used to swim in the Danube. (El obisnuia sa inoate in Dunare.)", "My brother is to come in a week's time. (Fratele meu e gata sa vina intr-o saptamana.)", "We dare to ask. (Noi am indraznit sa intrebam.)", "Where shall we put the flower? (Unde sa punem floarea?)", "They should be in the classroom by now. (Ei ar trebui sa fie in clasa deja.)", "Would you help me? (Ai vrea sa ma ajuti?)", "Dan ought to exercise more. (Dan s-ar cuveni sa exerseze mai mult.)", "I used to walk a lot. (Obisnuiam sa ma plimb mult.)", "I shall take care of everything for you. (Trebuie sa ma ocup de toate pentru tine.)", "He will sit on the bed for hours. (Obisnueste [Sta] in pat ore-n sir.)" ]
["shall","should","ought","will","would","used to","is to","dare","shall","should","would","ought to","used to","shall","will"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tag HTML5 defineste un text marcat, evidentiat?
<mark> <embed> <span>
<p>Cursuri graruite: <mark>MarPlo.net</mark> , jocuri, anime.</p>
Ce pseudo-clasa CSS defineste un stil la element cand mouse-ul e deasupra lui?
:focus :hover :active
a:hover {
  font-weight: bold;
  color: #00da01;
}
Clic pe functia ce returneaza un sir cu un numar rotunjit la x decimale.
toPrecision(x) toFixed(x) floor(x)
var num = 12.34567;
num = num.toFixed(2);
alert(num);       // 12.35
Indicati functia PHP care adauga continutul unui fisier intr-un array.
[) file() readfile()
$arr = file("a_file.txt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
var_export($arr);
Clic pe raspunsul potrivit la intrebarea: "What time is it?"
On the 7th of July 1996 It is a quarter to 5. Nice weather.
What time is it? It is a quarter to 5.
- Cat este ora? E 5 fara un sfert.
Indicati raspunsul potrivit la intrebarea: "¿Qué hora es?"
Hace buen tiempo. En el 7 de julio de 1996 Son las tres menos cuarto.
¿Qué hora es? Son las tres menos cuarto.
- Cat este ora? E 3 fara un sfert.
Verbe modale 2 - Teste incepatori

Last accessed pages

  1. Verbe ca si Gustar (1846)
  2. Gramatica limbii spaniole. Indrumator si prezentare generala (66723)
  3. Alte forme complexe cu DIV si CSS (479)
  4. Introducere in HTML (24987)
  5. Pronume indirect (2216)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (767)
  2. Exercitii engleza - English Tests and exercises - Grammar (596)
  3. Prezentul simplu si continuu - Present Tense Simple and Continuous (587)
  4. Gramatica limbii engleze - Prezentare Generala (580)
  5. Prezentul simplu - Exercitii si teste incepatori (504)