Sunteți pe pagina 1din 2

LIMBAJUL HTML – TEST DE EVALUARE

CLASA a XII-a / învătământ liceal - tehnologic


1.HTML este acronimul pentru ?
a. Hypertext Markup Language
b. Hyperlinks and Text Markup Language
c. Home Tool Markup Language
2. Care este elementul corect în HTML pentru a trece pe rândul următor?
a. <lb>
b. <br>
c. <break>

3. Care este codul HTML corespunzător pentru adăugarea unei culori paginii web?
a. <body background=”#FFAA11”>
b. <body bgcolor=”lightblue”>
c. <body><bgcolor=”yellow”>
4. Care este codul corect pentru a crea un hyperlink?
a. <a url=”http://www.edu.ro”> Ministerul Educatiei</a>
b. <a href=”http://www.edu.ro “>Ministerul Educatiei<a>
c. <a >” http://www.edu.ro”</a>
5. Care este codul HTML pentru inserarea unei imagini?
a. <image src=”poza.jpg” alt=”My image”>
b. <img href=”poza1.jpg” alt=”My Image”>
c <img src=”poza1.png” alt=”My image”>
d.<img alt=”My image”><sc=”poza1.gif”>
6. Care este tag-ul corect pentru inserarea unei liste cu marcatori grafici ?
a. <ol>
b. <ul type=”square”>
c <dl>
d. <dt>
7. Cum putem crea un checkbox ?
a. <input>
b. <input type=”checkbox”>
c. <input type=”check”>
d. <input checkbox>
8. Care din următoarele sunt toate elementele unui tabel
a. <table border=”1”><td><tl>
b. <table bgcolor=”silver”><tr><li>
c. <table><tr bgcolor=”silver”><td width=”200”>
d. <table><th><tr><br>
9. Alegeți răspunsul corespunzător pentru a afișa următoarea imagine în browser.

a. <html>
<frameset rows="20%,40%,*" border="0" scrolling="auto" noresize>
<frame src="galben.html" name="c1">
<frame src="verde.html" name="c2">
<frame src="rosu.html" name="c3">
</frameset>
</html>
b. <html>
<frameset cols="30%,50%,*" border="0" scrolling="auto" noresize>
<frame src="verde.html" name="c1">
<frame src="galben.html" name="c2">
<frame src="rosu.html" name="c3">
</frameset>
</html>
c. <html>
<frameset rows="20%, *" scrolling="auto" border="0" noresize>
<frame src="galben.html" name="c1">
<frameset cols="20%,*" scrolling="auto" border="0" noresize>
<frame src="verde.html" name="c2">
<frame src="rosu.html" name="c2">
</frameset>
</frameset>
</html>
Toate subiectele se vor nota cu 1 punct (pentru răspunsul corect)

Se acordă 1 punct din oficiu

S-ar putea să vă placă și