84.
You can create numbered lists within unnumbered lists or unnumbered lists
within numbered lists.
Fill in the Blank Questions
85.
_____ is the language you use to create a Web site.
86.
A(n) _____ is a file that contains your Web site content and HTML
formatting instructions.
87.
A(n) _____ specifies the formatting and presentation of information on a
Web site.
88.
_____ are HTML tags that set up the necessary sections and specify that
the document is indeed an HTML document.
89.
_____ is a storage area where you keep your Web site.
90.
_____ are HTML tags that allow you to specify formatting for text.
91.
The three most commonly used basic HTML formatting tags are ____,
underline, and italics.
92.
<_____> tag causes text to start on a new line.
93.
_____ are HTML tags that make certain information, such as titles, stand
out on your Web site.
94.
To adjust the color of your text, you use the <_____> tag.
95.
For a Web site to appear in green text, you need to include <_____> in your
HTML document right after the <body> tag.
96.
To adjust the size of your text, you use the <_____> tag.
97.
The default background color of an HTML document is ____.
98.
To change the background color, you use the <_____> tag in your HTML
document.
99.
A(n) _____ is clickable text or an image that takes you to another site or
page on the Web.
100.
_____ is the HTML markup to create a link to www.websitename.com.
101.
The basic tag format for inserting an image or photo to your Web site is
<_____>.
102.
To size an image, you insert the _____ and _____ parameters into the image
tag.
103.
The default placement for an image is ____.
104.
To use an image and create a textured background, you use the <_____>
tag.
105.
The <_____> tag ends the numbered list, and you use the <_____> tag for
each item in the list.
106.
The default numbering for numbered lists is ____.
Short Answer Questions
107.
_____ is the HTML markup to create an e-mail link to
108.
If you want to center an image, you must surround the image tag with ____.
109.
To create a numbered list, you use three HTML tags: ____, ____, and ____.
110.
To create an unnumbered list, you use the tags ____.