Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

The <title> element must be located inside

a)

<head> element.

b)

<body> element.

c)

<img> element

d)

all of above

2.

Where we can use <style> tag ?

a)

just in <head> element

b)

just in <body> element

c)

in <head> and in <body> elements

3.

Which tag would you use to create a hyperlink?

a)

<img>

b)

<a>

c)

<dl>

4.

What is the HTML element to display an image?

a)

<image>

b)

<picture>

c)

<img>

d)

<pic>

5.

How you can make a text an italic?

a)

<em>Some text.</em>

b)

<i>Some text.</i>

c)

<strong>Some text.</strong>

d)

<italic>Some text.</italic>

6.

Which of the following table tags is used to create a table row?

a)

<th>

b)

<td>

c)

<tr>

d)

<table>

7.

What is the correct HTML tag for a new paragraph?

a)

<paragraph>

b)

<p>

c)

<pre>

8.

What HTML form input should we use to present multiple options, but to select only one?

a)

<input type="text">

b)

<input type="checkbox">

c)

<input type="radio">

9.

When we need to create unordered list which markup we need to use?

a)

<ul>

b)

<ol>

c)

<li>

10.

How you can make a text bold?

a)

<strong>

b)

<em>

c)

<b>

11.

Can we use table inside table?

a)

yes

b)

no

12.

H6 is the smallest header tag.

a)

True

b)

False

13.

Which of the following table tags is used to create a table header cells?

a)

<th>

b)

<td>

c)

<tr>

d)

<table>