Curs Engleza

- Invatati cateva adjective de baza si caracteristici.

hP4L67__t7s

What a surprise

Traducere

Ce surpriza

Tommy - Look at the giraffe! It is so tall!
Uite-te la girafa! E asa inalta!
Ellie - Yes, it is. And the elephant is very big.
Da, este. Si elefantul e foarte mare.
Tommy - There is a penguin, too. It is so small.
E si un pinguin. Este asa mic.
Ellie - Yes, it is small and cute.
Da, e mic si dragalas.
Tommy - There comes an old lion. It looks terrifying.
Se apropie un leu batran. Arata infricosator.
Ellie - Wow! And look! There are two monkeys near the lion. They are very playful.
Uau! Uite! Sunt doua maimute langa leu. Ele sunt foarte jucause.
Tommy - Can you see the clown? He is fat and funny.
Vezi clovnul? Este gras si nostim.
Ellie - Ha, ha! And look at the magician! He is so thin and angry.
Ha, ha! Priveste magicianul! E atat de slab si furios.
Tommy - What's happening?
Ce se intampla?
Ellie - The magician wand is not working.
Batul magicianului nu functioneaza.
Tommy - There is nothing in the hat.
Nu e nimic in palarie.
Ellie - Look! The magician wand is angry now.
Uite! Batul magicianului e manios acum.
Tommy - Ha, ha! And the magician is dizzy.
Ha, ha! Si magicianul este ametit.

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tip de <input> creaza un element cu data tip calendar?
type="text" type="date" type="button"
<input type="date" name="set_date" value="2012-10-15" />
Ce proprietate CSS adauga efect de umbre la text?
font-style color text-shadow
h2 {
  text-shadow: 2px 3px 3px #a0a1fe;
}
Clic pe functia care adauga elemente noi la sfarsitul unui array.
pop() shift() push()
var pags = ["lectii", "cursuri"];
pags.push("download", "tutoriale");
alert(pags[2]);            // download
Ce functie aranjeaza un array in ordine crescatoare, dupa chei, mentinand corelatia dintre chei si valori?
asort() ksort() sort()
$lang =[10=>"PHP", 20=>"JavaScript", "site"=>"coursesweb.net");
ksort($lang);
var_export($lang);     // array ("site"=>"coursesweb.net", 10=>"PHP", 20=>"JavaScript")
La adjectivul "big" (mare), care este forma de Comparativ (mai mare)?
biggest biger bigger
He is bigger than his sister.
- El este mai mare decat sora lui.
Care este Comparativul adjectivului "grande" (mare)?
menos grande más grande el más grande
Él es más grande que su hermana.
- El este mai mare decat sora lui.
Adjective si caracteristici

Last accessed pages

  1. Data si Timp - Obiect Date (377)
  2. Adverbele in limba engleza - Adverbs (33183)
  3. Instructiuni conditionale if, else, switch (19924)
  4. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (274101)
  5. Cursuri limba engleza gratuite si lectii online (65969)

Popular pages this month

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