wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Module1

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

What is the correct syntax of doctype in HTML5?

a)

</doctype html>

b)

<doctype html>

c)

<doctype html!>

d)

<!doctype html>

2.

. Identify the incorrect HTML tag among the following

a)

< input>

b)

<select>

c)

< list>

d)

< textarea>

3.

In which part of the HTML metadata is contained?

a)

head tag

b)

title tag

c)

html tag

d)

body tag

4.

. Which element is used for or styling HTML5 layout?

a)

CSS

b)

jQuery

c)

JavaScript

d)

PHP

5.

Which HTML tag is used to insert an image?

a)

<img url=”htmllogo.jpg” />

b)

<img alt=”htmllogo.jpg” />

c)

<img src=”htmllogo.jpg” />

d)

<img link=”htmllogo.jpg” />

6.

HTML is a subset of ___________

a)

SGMT

b)

SGML

c)

SGME

d)

XHTML

7.

In HTML, which attribute is used to create a link that opens in a new window tab?

a)

src=”_blank”

b)

alt=”_blank”

c)

target=”_self”

d)

target=”_blank”

8.

What is the use of <hr/> tag in HTML?

a)

For making content appearance italics

b)

To create vertical rule between sections

c)

To create a line break

d)

To create horizontal rule between sections

9.

Which tag is used to create a numbered list in HTML?

a)

<ol>

b)

<ul>

c)

<li>

d)

<ll>

10.

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

a)

<th>

b)

<td>

c)

<tr>

d)

<tt>