-
Scrieti verbul din paranteze la timpul Viitorul Perfect (Future Perfect), in acord cu subiectul.
[
"I ___ (to watch)",
"You ___ (to work)",
"We ___ (to learn)",
"He ___ (to promise)",
"They ___ (to get in)",
"She ___ (to know)",
"It ___ there (to be)",
"My teacher ___ the lesson when I come. (to finish)",
"The child ___ . (to play)",
"Your mother ___ vegetables. (to buy)",
"You ___ by Sunday. (to write)",
"It ___ the room. (to clean)",
"I ___ a book till they arrive. (to read)",
"They ___ some greens. (to plant)",
"You ___ a garden. (to draw)",
"They ___ before dinner. (to walk)"
]
["will have watched","will have worked","will have learned","will have promised","will have got in","will have known","will have been","will have finished","will have played","will have bought","will have written","will have cleaned","will have read","will have planted","will have drawn","will have walked"]
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.