wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Limbajul HTML

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.

HTML este acronimul pentru......

a)

HyperText Markup Language

b)

Hyper Transfer Marks Language

c)

Hyper Text Moving Language

d)

Head Title Making Language

2.

Cum arată un tag de închidere?

a)

</ >

b)

< >

c)

<\ >

d)

<// >

e)

<<- >>

3.

Cu ce tag specific limbajului HTML trebuie să înceapă codul unei pagini web?

a)

<body>

b)

<html>

c)

</body>

d)

</html>

e)

<head>

4.

Care este ordinea corectă de scrierea a tag-urilor obligatorii într-o pagină HTML?

a)

<html><head><title></title></head><body></body></html>

b)

<html><title><head></title></head><body></body></html>

c)

<html><head><title><body></title></head></body></html>

d)

<html><head><title></title></head><body></html></body>

5.

Elementul .................... poate include titlul paginii.

a)

<body>

b)

<head>

c)

<p>

d)

<font>

6.

Elementul ............... al unei pagini web include conținutul propriu-zis al acesteia: text, imagini, hyperlinkuri etc

a)

<font>

b)

<title>

c)

<head>

d)

<body>

7.

Acest tag definește cel mai important titlu.

a)

<H1>

b)

<H6>

c)

<B>

d)

<I>

e)

<U>

8.

Tagul ............. defineste un paragraf.

a)

<br>

b)

<hr>

c)

<p>

d)

<font>

9.

Pentru a scrie un text înclinat utilizăm tagul......

a)

<i>

b)

<b>

c)

<u>

d)

<p>

10.

Cu tag-ul ............... afișăm o imagine în pagina web.

a)

<hr>

b)

<font>

c)

<br>

d)

<img>

e)

<i>

11.

Pentru a scrie un text îngroșat utilizăm tagul......

a)

<i>

b)

<b>

c)

<u>

d)

<p>

12.

Tagul care are ca efect inserarea unui rând este........

a)

<hr>

b)

<br>

c)

<i>

d)

<u>

e)

<b>

13.

Pentru a scrie un text subliniat utilizăm tagul......

a)

<i>

b)

<b>

c)

<u>

d)

<p>

14.

Google Chrome, Mozilla Firefox, Safari sunt exemple de ......

a)

motoare de căutare

b)

editoare de text

c)

browsere

d)

Site-uri

15.

Care este modul corect de a introduce un tag H2?

a)

<h2> Titlul meu </h2>

b)

<h2/> Titlul meu

c)

{h2} Titlul meu {/h2}

d)

<h2> Titlul meu <h2>

16.

Care este tagul cu care se încheie o pagină web?

a)

</body>

b)

</html>

c)

<end>

d)

<html/>