Curs Engleza

- Scrieti verbul din paranteze la Prezentul continuu, in acord cu subiectul.
Ex.: "I ___ (to speak)" - am speaking

[ "I ___ (to write)", "You ___ (to swim)", "We ___ (to walk)", "He ___ (to walk)", "They ___ (to read)", "She ___ (to sing)", "I ___ here (to play)", "My father ___ here. (to come)", "The birds ___ fast. (to fly)", "The eagle ___ very high. (to fly)", "You ___ to the theater. (to go)", "He ___ two books. (to have)", "She ___ good to you. (to be)", "I ___ a student. (to see)", "You ___ a blue shirt. (to wear)", "I ___ to live peacefully. (to choose )" ]
["am writing","are swiming","are walking","is walking","are reading","is singing","am playing","is coming","are flying","is flying","are going","is having","is being","am seeing","are wearing","am choosing"]

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.
Prezentul continuu - Exercitii si teste incepatori

Last accessed pages

  1. Download carti electronice si programe pentru Limba Engleza (44746)
  2. PHP Functii Anonime - Closures (938)
  3. Verificare, Validare butoane radio si checkbox cu JavaScript (1237)
  4. Verbe neregulate din limba Engleza (20320)
  5. Exercitii engleza - English Tests and exercises - Grammar (116979)

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)