NEW
Font size
WorksheetsHTML Explore
Total questions: 24
Worksheet time: 12mins
A ________ is a software program to present and explore content on the World Wide Web.
Word Processor
Browser
HTTP
attribute
<p> tag
is a block element used to designate a paragraph.
is an inline element used to create a new page.
is a block element used to post a picture on a web page.
is an inline element used to style with the color purple.
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
What does a opening tag look like?
< >
</ >
<< >>
<
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What should a HTML web page start with?
<b>
<li>
<html>
<start>
What should a HTML web page end with?
</html>
<head>
</end>
</body>
What does this tag stand for? <b>
bright
big
beautiful
bold
Everything visible on a web page goes between these two tags.
<body> </body>
<title> </title>
<header> </header>
None of the Above
