-
Treceti fiecare propozitie la Trecutul Continuu, forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi formele prescurtate: "weren't", "wasn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I play here. (interogativ)",
"We laugh. (negativ)",
"You float. (interogativ)",
"It jumps high. (interogativ)",
"He wear a big hat. (negativ)",
"They have many pigeons. (negativ)",
"She speaks english. (interogativ)",
"George stops the bus. (negativ)",
"You go to the museum. (interogativ)",
"I see a turtle. (negativ)",
"The bears run fast. (negativ)",
"We make the project. (interogativ)"
]
["Was I playing here?","We weren't laughing","Were you floating?","Was it jumping high?","He wasn't wearing a big hat","They weren't having many pigeons","Was she speaking english?","George wasn't stopping the bus","Were you going to the museum?","I was't seeing a turtle","The bears weren't running fast","Were we making the project?"]
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.