Curs Engleza

- Scrieti verbul din paranteze la timpul Trecut perfect continuu, in acord cu subiectul.
Ex.: "I ___ (to learn)" - had been learning

  1. I ___ (to walk)
  2. You ___ (to look for)
  3. We ___ (to work)
  4. He ___ (to write)
  5. They ___ (to read)
  6. She ___ (to crochet)
  7. I ___ over there (to go)
  8. Your sisters ___ here. (to play)
  9. The whale ___ a lot. (to eat)
  10. The cheetah ___ very fast. (to run)
  11. You ___ in the street. (to laugh)
  12. He ___ a book. (to buy)
  13. She ___ for 3 hours. (to wait)
  14. I ___ this morning. (to jog)
  15. You ___ every evening. (to run)
  16. We ___ all week. (to travel)
["had been walking","had been looking for","had been working","had been writing","had been reading","had been crocheting","had been going","had been playing","had been eating","had been running","had been laughing","had been buying","had been waiting","had been jogging","had been running","had been traveling"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut poate fi utilizat pentru a adauga stiluri CSS direct in tag-ul HTML?
type style class
<div style="width: 80%; border: 3px solid #888888;">Continut</div>
Care din metodele proprietatii CSS transform distorsioneaza elementul HTML la un anumit unghi (inclusiv continutul lui)?
translate() scale() skew()
#un_id {
  transform: skew(20deg, 25deg);
  -ms-transform: skew(20deg, 25deg);   /* IE 9 */
  -webkit-transform: skew(20deg, 25deg);   /* Safari and Chrome */
}
Clic pe functia care poate converti un obiect Date in Sir.
indexOf() toString() getDate()
var rightnow = new Date();
alert( rightnow.toString() );
Care functie aplica o alta functie la elementele unui array?
array_merge() array_search() array_map()
$arr = arra("abc", "<p>xyz</p>", "<em>PHP</em>");
// aplica functia strip_tags() ca sa stearga tag-urile HTML din fiecare element din %arr
$arr = array_map("strip_tags", $arr);
}
Cum se spune "sambata" in limba engleza?
Sunday Saturday Monday
On Saturday I visit my grandparents.
- Sambata imi vizitez bunicii.
Cum se spune "sambata" in limba spaniola?
domingo lunes sábado
Sábado visito mis abuelos.
- Sambata imi vizitez bunicii.

S H A R E

Sharing Twitter

Last accessed pages

  1. Trecut perfect si Trecutul perfect continuu - Past perfect and Continuous (58109)
  2. Cursuri Limba Rusa (6027)
  3. Trecutul nedefinit 6 (290)
  4. Curs de Miracole (4390)
  5. Este imposibil să vezi două lumi (42)

Popular pages this month

  1. Curs HTML gratuit Tutoriale HTML5 (503)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (445)
  3. Coduri pt culori (283)
  4. Formatare text in pagina html (164)
  5. Creare si editare pagini HTML (160)