-
Scrieti pentru fiecare propozitie cate unul din verbele urmatoare, conjugate in acord cu subiectul si intelesul propozitiei.
(to be, to meet, to run, to have, to play, to look over, to fill out, to put on, to make, to talk)
[
"You ___ a boy. (Tu esti baiat.)",
"That ___ your car. (Aceea este masina dumneavoastra.)",
"He ___ the violin. (El canta la vioara.)",
"They ___ fast. (Ei alearga repede.)",
"He ___ your mother. (El s-a intalnit cu mama ta.)",
"I ___ at home. (Eu sunt acasa.)",
"We ___ three apple tree. (Avem trei meri.)",
"Did you ___ the bed? (Ai facut patul?)",
"The teacher ___ the papers. (Profesorul se uita peste lucrari.)",
"___ your coat. (Puneti-va haina.)",
"The pastor ___ slowly. (Preotul vorbeste incet.)",
"Now, ___ this form. (Acum, completati acest formular."
]
["are","is","plays","run","met","am","have","make","looks over","put on","talks","fill out"]
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.