Curs Engleza

- Identificati cuvintele ce reprezinta adjective in urmatoarele propozitii:
[ "This is an easy test.", "He was fat.", "You are a good boy.", "This ia a wonderful day.", "She likes yellow apples.", "The tomatoes are red.", "They saw a very big elephant", "You seem happy.", "This is the main purpose of the meeting.", "She is asleep.", "His father is Canadian.", "My brother is a young man.", "Her hair is black.", "The teacher has a round desk." ]
["easy","fat","good","wonderful","yellow","red","big","happy","main","asleep","canadian","young","black","round"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tag se foloseste in <table> pentru a crea celula de tip "header"?
<thead> <th> <td>
<table><tr>
  <th>Title 1</th>
  <th>Title 2</th>
</tr></table>
Ce proprietate CSS seteaza distanta dintre randuri?
line-height word-spacing margin
.some_class {
  line-height: 150%;
}
Care functie deschide o noua fereastra.
alert() confirm() open()
document.getElementById("id_button").onclick = function(){
  window.open("http://coursesweb.net/");
}
Indicati functia PHP care returneaza un array cu numele fisierelor si directoarelor dintr-un director.
mkdir() scandir() readdir()
$ar_dir = scandir("dir_name");
var_export($ar_dir);
Care din urmatoarele forme a verbului "sleep" (a dormi) se foloseste pentru viitor?
sleeping slept will sleep
He will sleep there.
- El va dormi acolo.
Care din urmatoarele forme a verbului "dormir" (a dormi) se foloseste pentru viitor?
dormido dormirá durmiendo
Él dormirá allí.
- El va dormi acolo.
Adjective - Exercitii si teste engleza incepatori

Last accessed pages

  1. Creare formulare (9044)
  2. Teste spaniola - Tests y ejercicios de Español - Gramática (27926)
  3. Articolul din limba engleza - The article (69610)
  4. Afisare si chenare din CSS la elemente HTML (5764)
  5. Verbe reflexive 2 (1784)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (792)
  2. Cursuri limba engleza gratuite si lectii online (349)
  3. Coduri pt culori (348)
  4. Gramatica limbii engleze - Prezentare Generala (338)
  5. Exercitii engleza - English Tests and exercises - Grammar (316)