-
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 afiseaza textul oblic?
<strong> <pre> <em><p>Cursuri, Jocuri, Anime: <em>www.MarPlo.net</em></p>
Care proprietate CSS defineste spatiul dintre continutul elementului si bordura lui?
margin padding positionh3 {
padding: 2px 0.2em;
}
Clic pe metoda ce returneaza primul element indicat de selectorii specificati.
getElementsByName() querySelector() querySelectorAll()// preia primul Div cu class="cls", si afiseaza continutul
var elm = document.querySelector("div.cls");
alert(elm.innerHTML);
Indicati variabila PHP ce contine datele din formular trimise cu method="post".
$_SESSION $_GET $_POSTif(isset($_POST["field"])) {
echo $_POST["field"];
}
Indicati pronumele corespunzator celui din paranteza in propozitia: "(Noi) speak english".
I They WeWe speak english.
- Noi vorbim engleza.
Indicati pronumele corespunzator celui din paranteza in propozitia: "(Noi) hablamos español".
Ellos Vosotros NosotrosNosotros hablamos español.
- Noi vorbim spaniola.