-
Identificati cuvintele ce reprezinta adjective in urmatoarele propozitii:
[
"This is an easy test.",
"He was fat.",
"You are a good boy.",
"This ia a wonderful day.",
"She likes yellow apples.",
"The tomatoes are red.",
"They saw a very big elephant",
"You seem happy.",
"This is the main purpose of the meeting.",
"She is asleep.",
"His father is Canadian.",
"My brother is a young man.",
"Her hair is black.",
"The teacher has a round desk."
]
["easy","fat","good","wonderful","yellow","red","big","happy","main","asleep","canadian","young","black","round"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce tag se foloseste pentru a crea o caseta de adaugare text?
<form> <input> <div><input type="text" name="a_name" value="val" />
Ce proprietate CSS se foloseste pentru a afisa textul cu majuscule-mici?
display font-variant font-styleh3 {
font-variant: small-caps;
}
Ce instructiune afiseaza o fereastra cu un mesaj in ea?
for() Date() alert()var msg = "Viziteaza CoursesWeb.net";
alert(msg);
Indicati codul PHP prin care se obtine IP-ul utilizatorului.
$_SERVER["HTTP_USER_AGENT"] $_SERVER["REMOTE_ADDR"] $_GET[]$ip = $_SERVER["REMOTE_ADDR"];
echo $ip;
Cum se traduce cuvantul "actually"?
actual de fapt acumHe actually came on time.
- De fapt, el a venit la timp.
Cum se traduce expresia: "Hace buen tiempo"?
Face timp E vreme frumoasa Drum bunHoy hace buen tiempo.
- Astazi e vreme frumoasa.