-
Scrieti verbul din paranteze la Viitorul continuu, forma "will", in acord cu subiectul.
Ex.: "I ___ (to learn)" - will be learning
[
"I ___ (to write)",
"You ___ (to sit)",
"We ___ (to draw)",
"He ___ (to walk)",
"They ___ (to read)",
"She ___ (to plant)",
"I ___ over there (to go)",
"My father ___ here. (to come)",
"The whale ___ a lot. (to eat)",
"The crow ___ very high. (to fly)",
"You ___ at the school. (to learn)",
"He ___ two cups. (to have)",
"She ___ tomorrow. (to train)",
"I ___ rose. (to see)",
"You ___ a blue t-shirt. (to wear)",
"I ___ next week. (to teach )"
]
["will be writing","will be sitting","will be drawing","will be walking","will be reading","will be planting","will be going","will be coming","will be eating","will be flying","will be learning","will be having","will be training","will be seeing","will be wearing","will be teaching"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Clic pe tag-ul HTML care afiseaza o linie orizontala.
<br> <em> <hr>Continut ...
<hr />
Alt continut sub linie ...
Care proprietate CSS defineste culoarea textului?
font-style font-variant colorh2 {
color: #cbdafb;
}
Clic pe functia care cauta daca un anume caracter sau text e intr-un sir.
indexOf() toString() split()var str = "Web courses - http://CoursesWeb.net/";
if(str.indexOf("http://") == -1) alert("http:// nu e in sir");
else alert("http:// e in sir");
Care e functia ce imparte un sir in parti de siruri intr-un array, pe baza unui separator?
array_merge() explode() implode()$str = "mar,banana,pepene,para";
$arr = explode(",", $str);
var_export($arr); // array (0=>"mar", 1=>"banana", 2=>"pepene", 3=>"para")
Indicati asocierea corecta: "luna-anotimp".
April - Autumn October - Spring July - SummerJuly is a beautiful summer month.
- Iulie este o frumoasa luna de vara.
Indicati asocierea corecta: "luna-anotimp".
Octubre - Primavera Julio - Verano Abril - OtoƱoJulio es un hermoso mes de verano.
- Iulie este o frumoasa luna de vara.