Curs Engleza

- Traduceti urmatoarele propozitii. (La traducere in limba romana scrieti fara diacritice, iar numeralul cardinal cu cifre.)
[ "Unu si cu doi fac trei.", "Deschideti cartea la pagina 48.", "Cititi capitolul 15.", "How much is a pair of shoes?", "I've bought two dozen of eggs.", "You have to wait two times.", "Imi place al treilea capitol.", "Copii au parasit clasa doi cate doi.", "He ran down three steps at time.", "Ei au engleza de doua ori pe saptamana.", "I have read three hundred and seventy-eight pages.", "El a fost primul care a venit.", "I was born on the 15th of October.", "Noi am gasit o cantitate tripla de apa." ]
["One and two are three","Open the book at page forty-eight","Read chapter fifteen","Cat costa o pereche de pantofi?","Am cumparat doua duzini de oua","Trebuie sa astepti de doua ori","I like the third chapter","The children left the classroom two by two","El a coborat trei scari odata","They have English twice a week","Am citit 378 pagini","He was the first to come","M-am nascut pe 15 octombrie","We found a threefold quantity of water"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tag HTML5 adauga o aplicatie externa (SWF, PDF) in pagina web?
<mark> <embed> <canvas>
<embed src="flash_game.swf" width="450" height="350" />
Ce pseudo-element adauga un anume stil la prima linie de text din element?
:first-letter :before :first-line
#id:first-line {
  font-weight: bold;
  color: blue;
}
Clic pe proprietatea obiectului window care preia sau seteaza adresa URL a paginii curente.
window.location window.self window.status
var url = window.location;
alert(url);
Indicati functia PHP care preia continutul unui fisier sau pagina si-l adauga intr-un sir.
fopen() file_put_contents() file_get_contents()
$homepage = file_get_contents("http://www.marplo.net/");
echo $homepage;
Care din urmatoarele perechi de numere sunt in ordine unul dupa altu?
seven - eight ten - six three - five
This fruit has seven or eight seeds.
- Acest fruct are sapte sau opt seminte.
Care din urmatoarele perechi de numere sunt in ordine unul dupa altu?
diez - seis siete - ocho tres - cinco
Esta fruta tiene siete u ocho semillas.
- Acest fruct are sapte sau opt seminte.
Numeralul - Teste si exercitii avansati

Last accessed pages

  1. Alphabet and Pronunciation - Alfabetul si pronuntia in limba engleza (60704)
  2. PHP OOP - Clase, Obiecte, constructor (5200)
  3. Coduri pt culori (73335)
  4. Verbe modale - SHALL, SHOULD, OUGHT TO, WILL, WOULD, USED TO, BE TO, DARE (33906)
  5. Nu am nevoie decat de adevar (62)

Popular pages this month

  1. Curs HTML gratuit Tutoriale HTML5 (701)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (619)
  3. Coduri pt culori (455)
  4. Creare si editare pagini HTML (228)
  5. Formatare text in pagina html (215)