WorksheetsHTML Basics
Total questions: 9
Worksheet time: 2hrs 15mins
Which tag configures the next element or portion of text to display on a new line?
<line>
<nl>
<br>
<new>
Which tag is used to link web pages to each other?
<link> </link>
<hyperlink> </hyperlink>
<a href = "url of site"> </a>
<body> </body>
Which tag pair is used to create the largest heading?
<h1></h1>
<h9></h9>
<h type = "largest"></h>
<h6> </h6>
What is the default horizontal alignment for elements on a webpage?
center
left
right
wherever you type them in the source code
When do you need to use an absolute link?
always
when link to a web page file on the same site
when linking to a web page on an external site
never
Which of the following is a reason that the text contained of the title tag should be descriptive and include the name of the business or organization?
The title is saved by default when a visitor bookmarks a web page.
The title may be printed when a visitor prints a web page.
The title may be listed in search engine results.
All of above.
In what section of the HTML document does the <style> element located if you are using embedded style?
title
header
nav
head
Which graphic format supports the best of GIF and JPEG?
GIF
JPEG
PNG
TIFF
Why should you include height and width attributes on an <img> tag?
They are required attributes and must always
be included.
They help the browser render the page faster
because it reserves the appropriate space for
the image.
They help the browser display the image in its
own window.
none of the above
