wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

What does it mean HTML?

a)

HyperLink Media License

b)

HyperText Markup Language

c)

High exTensible Markup Language

d)

HighText Markup Language

2.

Create a link to another page or to some section within the document.

a)

<div></div>

b)

<table></table>

c)

<li></li>

d)

<a></a>

3.
What is the difference between an HTML Tag and an HTML element?
a)
An HTML Tag is case sensitive and an HTML element is not case sensitive.
b)
An HTML Tag is always paired and an HTML element is an "empty" tag.
c)
An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in between.
d)
An HTML Tag defines content and an HTML Element gives additional meaning and content.
4.
Which item refers to the start tag, the end tag and everything in between?
a)
HTML Element
b)
HTML Tag
c)
HTML Attribute
d)
CSS
5.
What is the proper code to insert an image named "frog.jpg"?
a)
<img src="frog" width="104" height="142">
b)
<img="frog.jpg" width="104" height="142">
c)
<img src="frog.jpg" width="104" height="142">
d)
<img ="frog" width="104" height"142">
6.
What tag defines the beginning of a webpage?
a)
<html>
b)
<h1>
c)
<p>
d)
<body>
7.
Which item interprets the source code in a web document?
a)
Text editor
b)
Web browser
c)
  HTML editor
d)
Web server
8.
Between which paired tags would the visible content of a webpage be displayed?
a)
<html></html>
b)
<head></head>
c)
<body></body>
d)
<title></title>
9.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
10.
A <tag>
a)
Is used to divide sections
b)
Is not needed in HTML
c)
Tells the browser how to format our content
d)
Is part of the title line in HTML
11.

Which list tag would you use for an ordered list

a)

<h1></h1>

b)

<ol></ol>

c)

<ul></ul>

d)

<a></a>

12.
what does the following tag do <div>
a)
defines a division or a section in an HTML document
b)
defines all the divas in the classroom
13.
Defines a division or a section in an HTML document. Used to group block-elements to format them with CSS
a)
<div>
b)
<span>
c)
<caption>
d)
<group>
14.
used to group inline-elements in a document
a)
<span>
b)
<div>
c)
<elements>
d)
<group>
15.

What are the two display values of HTML elements?

a)

Block and Inline

b)

Small and Large

c)

HTML and CSS

d)

Lock and Hide

16.

<summary> defines:

a)

a section in a document

b)

additional details

c)

an independent self-contained article

d)

a heading for the <details> element

17.

Which of the following ways are used to create multi-column layouts?

a)

CSS float property

b)

CSS flexbox

c)

CSS framework

d)

All of the above

18.

A block level elements always starts on a

a)

new line and takes up half of the width available

b)

new line and takes up a quarter width available

c)

new line and takes up the full width available

d)

none of the above

19.

An inline element

a)

does not start on a new line and only takes up as much width as necessary

b)

starts on a new line and only takes up as much width as necessary

c)

starts the same line and only takes up as much width as necessary

d)

does not start on a new line and only takes up 50% of the width

20.

Who would win between the Dallas Cowboys and the Houston Texans?

a)

Dallas Cowboys

b)

Houston Texans