wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML5 Basic Review

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

HTML stands for...

a)

Hypertext Markup Language

b)

Hyper Text Markup Language

c)

Hyperterminal Markup Language

d)

Hyper Terminal Magic Language

2.

Creator of HTML

a)

Guido Van Rossum

b)

Tim Berners-Lee

c)

Rasmus Lerdorf

d)

James Gosling

3.

Which HTML tag allows for rendering videos?

a)

<video>

b)

<script>

c)

<p>

d)

<i>

4.

Which tag has the largest font size?

a)

<h6>

b)

<h5>

c)

<h4>

d)

<h3>

5.

What tag is used here?

a)

<input type="number">

b)

<input type="text">

c)

<input type="email">

d)

<input type="password">

6.

Boxed in red, the HTML5 form element used is...

a)

<select>

b)

<datalist>

c)

<input type="submit">

d)

<input type="reset">

7.

<!DOCTYPE html>

a)

defines an HTML5 document type

b)

defines an HTML strict document type

c)

defines an HTML transitional document type

d)

defines an HTML frameset document type

8.

If you want to display code in HTML5, which tag will you use?

a)

<p>

b)

<div>

c)

<code>

d)

<label>

9.

where can you find the attributes of an HTML element?

a)

in the opening tag

b)

in the closing tag

c)

between opening and closing tag

d)

none of the above

10.

This HTML5 tag doesn't belong in this group

a)

<label>

b)

<img>

c)

<h5>

d)

<span>