Curs Engleza

- Treceti fiecare propozitie la forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "didn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[ "I played here. (interogativ)", "We applauded. (negativ)", "You swam. (interogativ)", "It jumped high. (interogativ)", "He had a yellow hat. (negativ)", "They ate many grapes. (negativ)", "She spoke english. (interogativ)", "Raul wrote a letter. (negativ)", "You went to church. (interogativ)", "I saw a car. (negativ)", "The rabbits ran fast. (negativ)", "We made the meal. (interogativ)" ]
["Did I play here?","We didn't applaud","Did you swim?","Did it jump high?","He didn't have a yellow hat","They didn't eat many grapes","Did she speak english?","Raul didn't write a letter","Did you go to church?","I didn't see a car","The rabbits didn't run fast","Did we make the meal?"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce element HTML adauga continut flash SWF in pagina web?
<object> <div> <script>
<object type="application/x-shockwave-flash" data="file.swf" width="500" height="250">
 <param name="src" value="file.swf" />
 Browser-ul dv. nu suporta SWF.
</object>
Care pseudo-clasa CSS adauga un stil la un camp input de formular cand e cursorul in el?
:active :focus :hover
input:focus {
  background-color: #88fe88;
}
Clic pe instructiunea care transforma un sir JSON in obiect JavaScript.
JSON.stringify(javascript_object) object.toString() JSON.parse(json_string)
var jsnstr = '{"url": "http://coursesweb.net/", "title": "Web Development Courses"}';
var obj = JSON.parse(jsnstr);
alert(obj.url);
Indicati functia PHP care poate crea sau scrie un fisier pe server.
fopen() file_put_contents() file_get_contents()
if (file_put_contents("file.txt", "content")) echo "Fisierul a fost creat";
else echo "Fisierul nu poate fi creat";
Cum se spune "al treilea" in engleza?
threeth third three
I planted the third tree.
- Am plantat al treilea pom.
Cum se spune "al treilea" in spaniola?
segundo tres tercero
Yo planté el tercero árbol.
- Am plantat al treilea pom.
Trecutul simplu - Exercitii si teste engleza

Last accessed pages

  1. Gradele de comparatie: comparative, superlative (52320)
  2. Exprimarea timpului (1754)
  3. Gramatica limbii engleze - Prezentare Generala (218018)
  4. I sau Me - Test Engleza (5178)
  5. Less or Fewer - Exercitii Engleza (3398)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (363)
  2. Curs HTML gratuit Tutoriale HTML5 (260)
  3. Coduri pt culori (210)
  4. Gramatica limbii engleze - Prezentare Generala (168)
  5. Creare si editare pagini HTML (147)