wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Erin is building a website for her school project. She is using a language to structure and present content on the web. What is the name of this language that Erin is using?

a)

HyperText Markup Language

b)

HyperText Manipulation Language

c)

HyperText Modeling Language

d)

HyperText Management Language

2.

Bayani is working on a website and he comes across the term 'Markup Language'. What does this term mean in his context?

a)

Defining the structure of Bayani's HTML page

b)

Annotating text on Bayani's website to define how it should be displayed

c)

Organizing information on Bayani's website in a grid format

d)

Creating links between hypertext documents on Bayani's website

3.

Oscar is building a website for his school project. What is he using HTML for in this scenario?

a)

Writing a computer program for his project

b)

Designing graphics for his project

c)

Creating a database for his project

d)

Building web pages for his website

4.

Joaquin and Lesly are planning to start their own blog. Why should they learn HTML?

a)

To build mobile applications for their blog

b)

To create beautiful web pages for their blog

c)

To analyze data from their blog

d)

To develop video games for their blog

5.

Esteban is creating a website for his school project. He wants to include metadata such as the author and description of the website. Where should he place this information in his HTML document?

a)

In the sidebar section

b)

In the footer section

c)

In the body section

d)

In the head section

6.

Lesly is learning to build a website and she is confused about the difference between the and sections of an HTML page. Can you help her understand?

a)

The is used for styling and the is used for scripting

b)

The contains metadata and the contains the visible content

c)

The contains the visible content and the contains metadata

d)

The is displayed at the top of the page and the is displayed at the bottom

7.

Esteban is learning about HTML and he came across the term 'tree structure'. What does it mean for an HTML document to have a 'tree structure'?

a)

The HTML elements in Esteban's document are arranged in a circular pattern

b)

The HTML elements in Esteban's document are organized in a hierarchical structure

c)

Esteban's HTML document has branches and leaves

d)

Esteban's HTML document is displayed as a tree diagram

8.

Lance is creating a website for his school project. What should he use the <h1> </h1>

tag for?

a)

To define the main heading of his web page

b)

To create a hyperlink for his project references

c)

To display an image of his school logo

d)

To format his project text as bold

9.

Jocelyn is creating a webpage for her school project. She wants to define a paragraph of text. Which HTML tag should she use?

a)

<h2>

b)

<p> </p>

c)

<header>

d)

{body}

10.

Karissa is creating a website for her school project. What is the purpose of the <a href="   "> </a> tag she is using in her HTML code?

a)

To create a hyperlink

b)

To display an image

c)

To format text as bold

d)

To define a paragraph of text

11.

Joaquin is creating a website for his photography portfolio. He wants to display his photos on the website. Which HTML tag should he use?

a)

<kodak>

b)

<add color>

c)

<photo>

d)

<img src=" ">

12.

Lance is building a website for his school project. He wants to list out the names of his team members without any specific order. Which HTML tag should he use?

a)

<table>

b)

<ul> </ul>

c)

<list> </list>

d)

<ol>

13.

Oscar is creating a website for his school project. He wants to list the names of his team members in a specific order. Which HTML tag should he use?

a)

To create an ordered list, he should use the

  1. tag <ol> </ol>

b)

To create an unordered list, he should use the

  • tag <ul> </ul>

c)

To display a video, he should use the tag <video>.

d)

To create a table, he should use the tag <table>.

14.

Ryan is creating a website for his school project. He wants to add a table to one of the pages. What is the purpose of the <tr> tag that Ryan should use?

a)

To define a container for a table row/ a single row.

b)

To define a tab

c)

To create a hyperlink

d)

To define a table color

15.

Joaquin is creating a webpage for his school project. He wants to add a table to display the class schedule. What is the purpose of the <the> tag in this scenario?

a)

To define a table line

b)

To define a single header element in a table

c)

To create a hyperlink

d)

To define a table row