wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

che tag uso per un paragrafo?

a)

<title></title>

b)

<html></html>

c)

<p></p>

d)

<h1></h1>

2.

in CSS come definisco l'altezza di tutte le immagini?

a)

img[height:100px]

b)

img{height:100px}

c)

.img{height:100px}

d)

#img{height:100px}

3.

ogni tag che apro....

a)

devo chiuderlo... e poi non so che fare

b)

devo chiuderlo senza metterci cose dentro

c)

devo aprirlo e basta

d)

devo chiuderlo poi potrò metterci cose dentro

4.

in html un link si può mettere a

a)

pulsanti

b)

testo

c)

immagini

d)

title

e)

style

5.

cosa significa class="pippo" ?

a)

che tutti i tag che ce l'hanno fanno parte della classe pippo

b)

che pippo entrerà in classe

c)

che ci può essere un solo tag che ha la classe

d)

che tutti i tag pippo saranno classe

6.

come è strutturato un tag?

a)

<tag attributo="valore attributo"></tag>

b)

<tag ="valore attributo"></tag>

c)

<tag attributo></tag>

d)

<tag attributo="valore attributo"><tag>

7.

che attributo di <a> dici a che link andare?

a)

link

b)

href

c)

height

d)

rel

8.

html significa:

a)

hyper text markup language

b)

hyper tag markup language

9.

finisci il tag per collegare una pagina di stile:

<link

a)

rel="stylesheet"

b)

type="style/css"

c)

type="text/css"

d)

href="style.css"

e)

rel="stile"

10.

Con che tag comincia una qualsiasi pagina html?

a)

<html></html>

b)

"html""/html"

c)

<head></head>

d)

<body></body>