Curs Engleza

- Treceti fiecare propozitie la Viitorul perfect (unele propozitii sunt la alt timp, trebuie scrise la Viitor Perfect), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "haven't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).

[ "I'll live in a monastery. (interogativ)", "Do we bay it? (negativ)", "You are fixing it. (interogativ)", "It will jump. (interogativ)", "She cooks an apple pie. (negativ)", "He writes english tutorials. (negativ)", "They will work together. (interogativ)", "Did Dan run all day? (negativ)", "You are talking. (interogativ)", "I will paint. (negativ)", "The car is moving. (negativ)", "We help the family. (interogativ)" ]
["Will I have lived in a monastery?","We will haven't bought it","Will you have fixed it?","Will it have jumped?","She will haven't cooked an apple pie","He will haven't written english tutorials","Will they have worked together?","Dan will haven't run all day","Will you have talk?","I will haven't painted","The car will haven't moved","Will we have helped the family?"]

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.
Viitorul perfect - Exercitii si teste engleza

Last accessed pages

  1. Verificare, Validare butoane radio si checkbox cu JavaScript (1237)
  2. Verbe neregulate din limba Engleza (20320)
  3. Exercitii engleza - English Tests and exercises - Grammar (116979)
  4. Articole - Exercitii si teste engleza incepatori (21689)
  5. Sunt un Efect al lui Dumnezeu (90)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (264)
  2. Gramatica limbii engleze - Prezentare Generala (144)
  3. Gramatica limbii spaniole. Indrumator si prezentare generala (131)
  4. Coduri pt culori (121)
  5. Cursuri limba engleza gratuite si lectii online (105)