Curs Engleza


- Cautati in toate listele proverbe si expresii ce contin cuvantul:
     

J

  1. Jack of all trades and master of none. / A man of many trades begs his bread on sunday.   =   Multe stie, multe croieste si nici una nu isprãveste.
  2. Jealousy is cruel as the grave.   =   Ca iadul de grozavã este gelozia.
  3. Jove laughs at lovers` perjuries.   =   La a dragostei fãgãduialã sã ai mare îndoialã. / L-al dragostei jurãmânt nici cum sã dai crezãmânt.
  4. The joy of the heart makes the face fair.   =   O inimã veselã însenineazã fata.
  5. Judge not, that ye be not judged.   =   Nu judeca ca sã nu fii judecat.
  6. Judge nothing before the time.   =   Nu judecati ceva înainte de vreme.
  7. The just shall live by faith.   =   Dreptul din credintã va fi viu.

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce tag se foloseste pentru a adauga liste in elemente <ul> si <ol>?
<dt> <dd> <li>
<ul>
 <li>http://coursesweb.net/html/</li>
 <li>http://www.marplo.net/html/</li>
</ul>
Care valoare a proprietatii "display" seteaza elementul ca tip bloc si afiseaza un punct in fata?
block list-item inline-block
.some_class {
  display: list-item;
}
Care instructiune JavaScript transforma un obiect in sir JSON.
JSON.parse() JSON.stringify eval()
var obj = {
 "courses": ["php", "javascript", "ajax"]
};
var jsonstr = JSON.stringify(obj);
alert(jsonstr);    // {"courses":["php","javascript","ajax"]}
Indicati clasa PHP folosita pentru a lucra cu elemente HTML si XML in PHP.
stdClass PDO DOMDocument
$strhtml = '<body><div id="dv1">CoursesWeb.net</div></body>';
$dochtml = new DOMDocument();
$dochtml->loadHTML($strhtml);
$elm = $dochtml->getElementById("dv1");
echo $elm->nodeValue;    // CoursesWeb.net
Indicati forma de Prezent Continuu a verbului "to live" (a trai /a locui)
lived living liveing
I`m living here.
- Traiesc /Locuiesc aici.
Care este forma de Gerunziu (sau Participiu Prezent) a verbului "vivir" (a trai /a locui)?
vivió vivido viviendo
Estoy viviendo aquí.
- Traiesc /Locuiesc aici.

Comments (0)

No comments, be the first who add

Add Comment

Close       
     

-
-
Write your comment (Maximum 1000 characters)
B I U Code    :) :( :P :D :S :O :=) :|H :X :-*

Optional, include a picture (maximum 250 kb, 800x600) Add this verification code:   ec2af
Proverbe, expresii si zicatori

Last accessed pages

  1. Adjective (3754)
  2. Gramatica limbii spaniole. Indrumator si prezentare generala (67796)
  3. Pozitionare elemente HTML cu CSS (5113)
  4. Demonstrative (2049)
  5. Verbe reflexive 2 (1768)

Popular pages this month

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