-
Scrieti articolul hotarat (the) sau nehotarat (a /an) corespunzator fiecarei propozitii.
[
"Myke is ___ author.",
"He writes ___ travel book.",
"We had ___ lunch with him yesterday",
"It was ___ excellent lunch.",
"The airplane ticket cost him ___ thousand pounds.",
"This is ___ english test.",
"Can you play ___ piano?",
"Would you like ___ drink?",
"Where`s ___ bathroom?",
"___ girl in blue is my sister.",
"He`s read ___ lot of English books.",
"He is ___ engineer."
]
["an","a","the","an","a","an","the","a","the","the","a","an"]
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.statusvar 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 - fiveThis 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 - cincoEsta fruta tiene siete u ocho semillas.
- Acest fruct are sapte sau opt seminte.