-
Scrieti pentru fiecare propozitie unul din cuvntele urmatoare, din paranteza (of, to, o'clock, past, sharp, it, quarter, half, and), in acord cu traducerea.
[
"Today is 8th ___ June 2010. (Astazi este 8 iunie 2010.)",
"I was born on the 7th ___ July 1996. (M-am nascut pe 7 Iulie 1976.)",
"one thousand nine hundread ___ ninety-six (o mie noua sute nouaazeci si sase)",
"___ is two o'clock. (Este ora doua.)",
"He came at three o'clock ___. (El a venit la trei fix.)",
"Let's meet at 8 ___ in the garden. (Ai sa ne intalnim la ora 8 in gradina.)",
"What time is it? ___ is half past seven. (Cat e ora? E sapte si jumatate.)",
"She'll leave at quarter ___ eight. (Ea va pleca la 8 si un sfert.)",
"It is a ___ to 5. (Este cinci fara un sfert.)",
"The train arrives at ten ___ eleven. (Trenul soseste la 11 fara zece.)",
"We play till ___ past two. (Ne jucam pana la doua jumate.)",
"George says it waz 4 ___ sharp. (George spune ca era ora 4 fix.)",
"Can we play till ___ past three? (Putem sa ne jucam pana la trei si un sfert?)",
"Eminescu was born on 15th ___ January 1850.(Eminescu s-a nascut pe 15 Ianuarie 1850.)",
"It is twenty minutes ___ three p.m.. (Este ora trei fara douazeci, dupamiaza.)"
]
["of","of","and","It","sharp","o'clock","It","past","quarter","to","half","o'clock","quarter","of","to"]
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 :hoverinput: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 threeI planted the third tree.
- Am plantat al treilea pom.
Cum se spune "al treilea" in spaniola?
segundo tres terceroYo planté el tercero árbol.
- Am plantat al treilea pom.