Curs Engleza

- Scrieti verbul din paranteze la Viitorul continuu, forma "will", in acord cu subiectul.
Ex.: "I ___ (to learn)" - will be learning

[ "I ___ (to write)", "You ___ (to sit)", "We ___ (to draw)", "He ___ (to walk)", "They ___ (to read)", "She ___ (to plant)", "I ___ over there (to go)", "My father ___ here. (to come)", "The whale ___ a lot. (to eat)", "The crow ___ very high. (to fly)", "You ___ at the school. (to learn)", "He ___ two cups. (to have)", "She ___ tomorrow. (to train)", "I ___ rose. (to see)", "You ___ a blue t-shirt. (to wear)", "I ___ next week. (to teach )" ]
["will be writing","will be sitting","will be drawing","will be walking","will be reading","will be planting","will be going","will be coming","will be eating","will be flying","will be learning","will be having","will be training","will be seeing","will be wearing","will be teaching"]

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 liveing
I`m living here.
- Traiesc /Locuiesc aici.
Care este forma de Gerunziu (sau Participiu Prezent) a verbului "vivir" (a trai /a locui)?
viviĆ³ vivido viviendo
Estoy viviendo aquĆ­.
- Traiesc /Locuiesc aici.
Viitoru continuu - Exercitii si teste incepatori

Last accessed pages

  1. Alphabet and Pronunciation - Alfabetul si pronuntia in limba engleza (59857)
  2. Prezentul simplu si continuu - Present Tense Simple and Continuous (148231)
  3. Script curs-valutar si conversii monede (1237)
  4. Verbe frazale din limba Engleza (40167)
  5. Prefixele dis-, mis-, un-. The DIS, MIS and UN prefixes (11925)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (957)
  2. Gramatica limbii engleze - Prezentare Generala (623)
  3. Exercitii engleza - English Tests and exercises - Grammar (556)
  4. Prezentul simplu si continuu - Present Tense Simple and Continuous (452)
  5. Coduri pt culori (362)