-
Treceti fiecare propozitie la forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "won't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I will stop there. (interogativ)",
"We'll find. (negativ)",
"You will walk. (interogativ)",
"It will stop. (interogativ)",
"He will have a white car. (negativ)",
"They will eat many chocolates. (negativ)",
"She will cook salads. (interogativ)",
"George will write a book. (negativ)",
"You will go to zoo. (interogativ)",
"I will see a tiger. (negativ)",
"The turtles will run slow. (negativ)",
"We'll make the bed. (interogativ)"
]
["Will I stop there?","We won't find","Will you walk?","Will it stop?","He won't have a white car","They won't eat many chocolates","Will she cook salads?","George won't write a book","Will you go to zoo?","I won't see a tiger","The turtles won't run slow","Will we make the bed?"]
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.