-
Identificati si scrieti verbul din fiecare propozitie de mai jos.
[
"The boys play hidden-seek. (Baietii se joaca ascunselea.)",
"She reads english books. (Ea citeste carti de engleza.)",
"I have a nice garden. (Am o gradina placuta.)",
"You are my brother. (Tu esti fratele meu.)",
"I go home. (Eu ma duc acasa.)",
"Who told the story to the children? (Cine a spus povestea copiilor?)",
"The teacher is here. (Profesorul este aici.)",
"Marcu wrote a letter. (Marcu a scris o scrisoare.)",
"Grandfather tells a story. (Bunicul spune o poveste.)",
"I drank a chamomile tea. (Am baut un ceai de musetel.)",
"I`ll walk in the park. (Ma voi plimba in park.)",
"You did your homework. (Ti-ai facut temele.)"
]
["play","reads","have","are","go","told","is","wrote","tells","drank","walk","did"]
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.