Font size
WorksheetsY8 HTML Intro
Total questions: 10
Worksheet time: 5mins
What does HTML stand for?
Hyper Tag Marking Language
Hyper Text Markup Language
Hyperlink Markup Language
Hypo Text Making Lingo
Which is correct HTML?
<p> I'm a paragraph </p>
</p> I'm a paragraph </p>
<p> I'm a paragraph <p>
<P> I'm a paragraph <P>
Markup language uses what to identify content?
togs
marks
divs
tags
Which tag would you use to create a web page title?
<html>
<img>
<title>
<body>
What is the smallest header tag?
H1
H3
H6
H8
The body tag follows the head tag.
True
False
We use <br /> tag to create...
a space
a line
a line break
a word break
You can make the text visually bold by using...
b
i
strong
em
Who makes the web standards?
The Internet Commitee (TIC)
The World Wide Web Consortium (W3C)
HTML Board (HTMLB)
Which character is used to indicate an end tag?
"
*
#
/
