WorksheetsHTML Part 1
Total questions: 20
Worksheet time: 20mins
HTML stands for...
Hyper Text Markup Language
High Tech Machine Language
High Tech Modem Language
Hyper Tech Markup Lexicon
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
HTML tags are always surrounded by
( )
{ }
< >
" "
Which character is used to indicate an end tag?
*
<
/
^
Which of the listed heading tags creates the largest heading?
h1
h2
h3
h6
A "Container Tag" in HTML has _________
Only Ending Tag
Only Starting Tag
Both Starting and Ending Tag
None
An " Empty Tag" contains
Break Tag
Both Starting Tag and Ending Tag
Only Starting Tag
Only Ending Tag
The <img> tag controls what?
Insert an image
Insert a video
Insert a new line
Insert a page break
"WWW” is the abbreviation for which of the following?
World Without Websites
World Wide Web
Workforce Wide Web
World Wide Watch
Which format usually works best for photos?
JPEG
DOC
GIF
WAV
You should save HTML files with which file extension?
.htm
.index
.webpage
.html
Name an element which doesn't have a closing tag.
<img>
<head>
<body>
<p>
Which is the correct way to insert an image?
<img="image.jpg"/>
<img src="image.jpg">
<image.jpg>
<img src:image.jpg>
The information to be displayed in the document must be inside which tag:
<title>...</title>
<img>
<body>...</body>
<br>
What is an HTML element?
The starting tag
The ending tag
The content between the tags
Everything from start to end tag
Which is the correct HTML element for inserting a line break?
<b>
<lb>
<br>
<break>
What does the tag <p> indicate?
ordered list
unordered list
paragraph
break
What is a tag?
A piece of text to explain the code
A useful but not essential extra piece of code
Text that tells a web browser how to display a page
Parts of the code that were added later
<i>Hello, World!</i>
Which among the following is the correct option?
(a) Hello, World!
(b) Hello, World!
(c) Hello, World!
(d) Hello, World!
<b>Hello, World!</b>
Which among the following is the correct option?
(a) Hello, World!
(b) Hello, World!
(c) Hello, World!
(d) Hello, World!
