-
Treceti fiecare propozitie la Viitorul perfect continuu (unele propozitii sunt la alt timp, trebuie scrise la Viitor Perfect Continuu), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "haven't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I learn all morning. (interogativ)",
"They play. (negativ)",
"You don't jog. (interogativ)",
"It will move. (interogativ)",
"He bought a cup. (negativ)",
"They will sell corn. (negativ)",
"You will make a tea. (interogativ)",
"Will Tom catch a mouse? (negativ)",
"You went to a hermitage. (interogativ)",
"I'm brushing my teeth. (negativ)",
"His cousins sing. (negativ)",
"She recite a poem. (interogativ)"
]
["Will I have been learning all morning?","They will haven't been playing","Will you have been jogging?","Will it have been moving?","He will haven't been buying a cup","They will haven't been selling corn","Will you have been making tea?","Tom will haven't been catching a mouse","Will you been going to a hermitage?","I will haven't been brushing my teeth","His cousins will haven't been singing","Will she have been reciting a poem?"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce tag se foloseste pentru a adauga liste in elemente <ul> si <ol>?
<dt> <dd> <li><ul>
<li>http://coursesweb.net/html/</li>
<li>http://www.marplo.net/html/</li>
</ul>
Care valoare a proprietatii "display" seteaza elementul ca tip bloc si afiseaza un punct in fata?
block list-item inline-block.some_class {
display: list-item;
}
Care instructiune JavaScript transforma un obiect in sir JSON.
JSON.parse() JSON.stringify eval()var obj = {
"courses": ["php", "javascript", "ajax"]
};
var jsonstr = JSON.stringify(obj);
alert(jsonstr); // {"courses":["php","javascript","ajax"]}
Indicati clasa PHP folosita pentru a lucra cu elemente HTML si XML in PHP.
stdClass PDO DOMDocument$strhtml = '<body><div id="dv1">CoursesWeb.net</div></body>';
$dochtml = new DOMDocument();
$dochtml->loadHTML($strhtml);
$elm = $dochtml->getElementById("dv1");
echo $elm->nodeValue; // CoursesWeb.net
Indicati forma de Prezent Continuu a verbului "to live" (a trai /a locui)
lived living liveingI`m living here.
- Traiesc /Locuiesc aici.
Care este forma de Gerunziu (sau Participiu Prezent) a verbului "vivir" (a trai /a locui)?
viviĆ³ vivido viviendoEstoy viviendo aquĆ.
- Traiesc /Locuiesc aici.