Unlock access to all the studying documents.
View Full Document
Module F Building a Web Page with HTML Answer Key
Multiple Choice Questions
When building your Web site, which of the following considerations should
influence your design?
_____ is the basic computer language used to create a Web site.
A(n) _____ is a file that contains your Web site content and formatting
instructions.
_____ is a simple and easy-to-use version of Microsoft Word.
What file extension(s) can you use for your Web documents?
Topic: Hypertext Markup Language (HTML)
What is the purpose of an HTML tag?
____ are HTML tags that set up the necessary sections and specify that the
document is indeed an HTML document.
Which of the following represents the HTML ending structure tag?
What pair of tags should begin and end your HTML document?
What tag provides a frame around your Web site and tells every operating
system and application that your file is an HTML document and should be
displayed in a Web browser?
Which pair of tags should encase the words that appear in the upper left
bar area of a Web browser?
_____ is the storage area where you keep your Web site.
____ are HTML tags that allow you to specify formatting for text.
What are the three most commonly used basic HTML formatting tags?
If you want to place a blank line in your Web site, what tag would you use?
If you want to place a solid line in your Web site, what tag would you use?
_____ are HTML tags that make certain information, such as titles, stand
out on your Web site.
Which tag would produce the largest size text?
Which tag would produce the smallest size text?
If you start a heading tag with <h1> and then don’t provide an ending
</h1> tag:
What is the default color for text on a Web site?
What tag would you use in your HTML document to change the color of your
text?
If you want to set the color of all of your text to a specific color, you should:
If you want to adjust the size of the text in your Web site, what tag would
you use?
Every time you change the size of the text on your Web site:
What tag would you use to change the background color of your Web site?