wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Quiz <html>

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

What is the first thing we have to write in the code

(a)  

2.

how to create a table

a)

<td>

b)

</tc>

c)

<table>

d)

<tr>

3.

What does HTML stand for ?

a)

Hiper text markup language

b)

Hiperlink and text markup language

c)

home tool markup language

4.

Choose the correct HTML element for the largest heading:

a)

<head>

b)

<h6>

c)

<h1>

d)

<heading>

5.

What is the correct HTML element for inserting a line break?

a)

<br>

b)

<break>

c)

<lb>

6.

What is the correct HTML for creating a hyperlink?

a)

<a href="https://www.google.com/">Google</a>

b)

<a> href="https://www.google.com/"Google</a>

c)

<a href="https://www.google.com/"></a>

7.

Which character is used to indicate an end tag?

a)

/

b)

^

c)

*

d)

<

8.

Which of these elements are all <table> elements?

a)

<table><tr><td>

b)

<table><head><tfoot>

c)

<table><tr><tt>

d)

<thead><body><tr>

9.

What is the correct HTML for inserting an image?

a)

<img href="image.gif" alt="MyImage">

b)

<image src="image.gif" alt="MyImage">

c)

<img alt="MyImage">image.gif</img>

d)

<img src="image.gif" alt="MyImage">

10.

Which HTML element defines the title of a document?

a)

<meta>

b)

<title>

c)

<head>