wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MYP1

Total questions: 20

Worksheet time: 29mins

Name
Class
Date
1.

What does the abbreviation HTML stand for?

a)

HyperText Markup Language

b)

HighText Markup Language.

c)

HyperText Markdown Language.

d)

None of the above.

2.

How many sizes of headers are available in HTML by default?

a)

5

b)

1

c)

3

d)

6

3.


What are the types of lists available in HTML?

a)

Ordered, Unordered

b)

Bulleted, Numbered

c)

Named, Unnamed

d)

None of the above

4.

How to create an ordered list in HTML?

a)

<ul>

b)

<ol>

c)

<href>

d)

<b>

5.

HTML files are saved by default with the extension?

a)

.html

b)

.ht

c)

.hm

d)

None of the above

6.

What is the smallest header in HTML by default?

a)

h1

b)

h2

c)

h6

d)

h3

7.

We enclose HTML tags within?

a)

{ }

b)

< >

c)

! !

d)

None of the above

8.

What is the effect of the <b> tag?

a)

It converts the text within it to bold font.

b)

It is used to write black-colored font.

c)

It is used to change the font size.

d)

None of the above.

9.

Which of the following is correct about HTML?

a)

HTML uses User Defined Tags.

b)

HTML uses tags defined within the language.

c)

Both A and B.

d)

None of the above.

10.

Which of the following tags doesn’t require a closing tag?


a)

<br>

b)

<hr>

c)

Both A and B

d)

None of the above

11.

What are the attributes used to change the size of an image?

a)

Width and Height

b)

Big and Small

c)

Top and Bottom

d)

None of the above

12.

Which of the following properties is used to change the font of text?

a)

font-family

b)

font-size

c)

text-align

d)

None of the above

13.

What is the correct syntax to write an HTML comment?

a)

<!-- Comment -->

b)

// Comment

c)

# Comment

d)

/* Comment */

14.

Which of the following things are necessary to create an HTML page?

a)

A text editor

b)

Web Browser

c)

Both A and B

d)

None of the above

15.


Which of the following tags is used to add a row to a table in HTML?

a)

<tr>

b)

<td>

c)

<th>

d)

None of the above

16.


What is meant by an empty tag in HTML?

a)

There is no such concept of an empty tag in HTML

b)

An empty tag does not require a closing tag

c)

An empty tag cannot have any content within it

d)

None of the above

17.

What is the correct format for inserting an image?

a)

<img>photo.jpg</img>

b)


<img href="photo.jpg">

c)

<img src="photo.jpg">

d)

<image src="photo.jpg">

18.

Who invented HTML?

a)
  1. Dave Raggett

b)
  1. Tim Berners-Lee

c)
  1. Denis Ritchie

19.

Is HTML a case sensitive?

a)

Yes

b)

No

20.

Write the HTML code to create a WebPage shown in the image

4 lines