wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Basics of html

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

html tags are written within these symbols:

a)

[html]

b)

{html}

c)

<html>

d)

(html)

2.

Select the right format for ending tag:

a)

<\html>

b)

<html/>

c)

</html>

d)

<|html>

e)

<html\>

3.

<head> tag can be written before <html> tag

a)

True

b)

False

4.

<title> tag is written within <head> tag

a)

True

b)

False

5.

One html doc can have multiple head and body tags.

a)

True

b)

False

6.

<p> tag can be written anywhere in html code

a)

True

b)

False

7.

<p> tag can be written anywhere in <body> tag

a)

True

b)

False

8.

<p></p>This is a paragraph

a)

This line of code is correct

b)

This line of code is incorrect

9.

The extension to save a file for making a web page is:

a)

.txt

b)

.css

c)

.png

d)

.html

e)

none

10.

<p> tag can be written multiple times in <body> tag

a)

true

b)

false

11.

heading tag and head tag are the same

a)

True

b)

False

12.

I copy all my codes in the design diary

a)

yes

b)

No

c)

Sometimes