-
Scrieti verbul din paranteze la Trecutul continuu, in acord cu subiectul.
Ex.: "I ___ (to walk)" - was walking
[
"I ___ (to write)",
"You ___ (to swim)",
"We ___ (to walk)",
"He ___ (to walk)",
"They ___ (to read)",
"She ___ (to sing)",
"I ___ over there (to play)",
"My cousin ___ here. (to come)",
"The swallows ___ fast. (to fly)",
"The eagle ___ very high. (to fly)",
"You ___ to the theater. (to go)",
"He ___ two glasses. (to have)",
"She ___ good to you. (to be)",
"I ___ an orchid. (to see)",
"You ___ a nice shirt. (to wear)",
"I ___ two apples. (to choose )"
]
["was writing","were swiming","were walking","was walking","were reading","was singing","was playing","was coming","were flying","was flying","were going","was having","was being","was seeing","were wearing","was choosing"]
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.