wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Basics Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hypertext Markup List

b)

Hightext Markup Language

c)

Hypertext Markup Language

d)

Hyperlink Markup Language

2.

Which protocol is used for the World Wide Web?

a)

FTP

b)

HTTP

c)

TCP

d)

SMTP

3.

What is the purpose of a web browser?

a)

To store data

b)

To translate HTML tags into web pages

c)

To connect to the internet

d)

To create HTML documents

4.

What is a URL?

a)

Uniform Resource Locator

b)

Universal Resource Locator

c)

Uniform Resource Link

d)

Universal Resource Link

5.

Which of the following is a valid HTML tag?

a)

<i>..... </i>

b)

<b>

c)

</i>....</b>

d)

text

6.

What is the correct doctype for HTML5?

a)

<!DOCTYPE HTMLPUBLIC "-//w3c///DTD HTML4.01//EN"

b)

"http://www.w3c.org/tr/html4/strict.dtd"

c)

<!DOCTYPE HTMLPUBLIC >

d)

<!doctype html>

7.

Which of the following is NOT a web browser?

a)

Google Chrome

b)

Mozilla Firefox

c)

Adobe Dreamweaver

d)

Internet Explorer

8.

What is the purpose of HTML?

a)

To create images

b)

To display web documents

c)

To connect to the internet

d)

To send emails

9.

What is the first tag in an HTML document?

a)

<!DOCTYPE html>

b)

<html>

c)

<title>My First Page</title>

d)

<p>Hello, world!</p>

10.

How do you create a comment in HTML?

a)

<!-- This is a comment -->

b)

/* comment */

c)

# comment

d)

// comment