Curs Engleza

- Scrieti verbul din paranteze la timpul viitor simplu, cu "will" (Future Tense), in acord cu subiectul.
[ "I ___ (to study)", "You ___ (to start)", "We ___ (to dance)", "He ___ (to sing)", "They ___ (to write)", "She ___ (to cook)", "It ___ here (to be)", "My brother ___ tomorrow. (to leave)", "The airplanes ___ fast. (to fly)", "The painter ___ a brush. (to get)", "You ___ in the park. (to run)", "It ___ three windows. (to have)", "She ___ my homework. (to do)", "I ___ some nuts. (to eat)", "You ___ a green shirt. (to wear)", "I ___ 2 hours. (to wait )" ]
["will study","will start","will dance","will sing","will write","will cook","will be","will leave","will fly","will get","will run","will have","will do","will eat","will wear","will wait"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tag este element de tip bloc?
<div> <img> <span>
<div>Web Programming and Development</div>
Care cod CSS afiseaza textul subliniat?
font-style: italic; text-decoration: underline; font-weight: 500;
h2 {
  text-decoration: underline;
}
Clic pe functia JavaScript care apeleaza o alta functie dupa un anumit timp.
insertBefore() setTimeout() querySelector()
function someFunction() { alert("CoursesWeb.net"); }
setTimeout("someFunction()", 2000);
Clic pe instructiunea care returneaza numarul total de elemente dintr-un array asociativ.
count($array) count($array, 1) strlen()
$food =["fruits" =>["banana", "mar"), "veggie" =>["ceapa", "rosie"));
$nr_food = count($food, 1);
echo $nr_food;       // 6
Indicati Viitorul Perfect la negativ al verbului din paranteze, in propozitia: "The child (to not play) by Sunday".
has't played haven't been playing will haven't played
The child will haven't played by Sunday.
- Copilul nu s-ar fi jucat pana duminica.
Indicati Viitorul Perfect pentru verbul "contar" (a povesti) la forma "Él".
habrá contado va a contar contaba
Él no habrá contado el cuento.
- El nu ar fi spus povestea.
Viitor simplu - Exercitii si teste incepatori

Last accessed pages

  1. Dumnezeu este iubirea în care iert (66)
  2. Subjunctiv vs indicativ-pluscuamperfect (210)
  3. Subjunctiv vs indicativ-prezent si trecut (309)
  4. Fraze conditionale (816)
  5. Liste HTML - DL, DETAILS (5340)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (1274)
  2. Curs HTML gratuit Tutoriale HTML5 (968)
  3. Coduri pt culori (727)
  4. Creare si editare pagini HTML (567)
  5. Conditional IF in Limba Engleza - Fraze Conditionale (526)