-
Scrieti in limba engleza urmatoarele cifre si numerale.
[
3,
12,
13,
195,
6855,
"3rd",
"8th",
"59th",
"al doisprezecelea",
"1/3 (o treime)",
"3/5 (trei cincimi)",
"doi cate doi",
"de patru ori (cu times)",
"de cinci ori (cu -fold)"
]
["three","twelve","thirteen","one hundred and ninety-five","six thousand eight hundred and fifty-five","third","eighth","fifty-nineth","twelfth","one-third","three-fifths","dwo by two","four times","fivefold"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut face un buton radio sau checkbox sa fie selectat?
checked="checked" selected="selected" disabled="disabled"<input type="checkbox" name="a_name" value="value" checked="checked" />
Ce valoare CSS redimensioneaza imaginea de fundal pana la marimea elementului?
repeat-x contain linear-gradient#id {
background:url("path_to_image.png");
background-size:contain;
background-repeat:no-repeat;
}
Ce operator se foloseste pentru restul impartirii a doua numere?
% * /var rest8_7 = 8 % 7;
alert(rest8_7);
Indicati functia PHP care rotunjeste numarul la valoarea intreaga mare.
floor() ceil() abs()$nr = ceil(3.5);
echo $nr; // 4
Indicati articolul corect la cuvantul "bike" in propozitia: "Alex wants to buy ... bike".
An The AAlex wants to buy a bike.
- Alex vrea sa cumpere o bicicleta.
Indicati articolul nedefinit corect pentru cuvantul: "libros" (carti)
unos una unLeĆ unos libros.
- Am citit niste carti.