Unlock access to all the studying documents.
View Full Document
You can create numbered lists within unnumbered lists or unnumbered lists
within numbered lists.
Fill in the Blank Questions
_____ is the language you use to create a Web site.
A(n) _____ is a file that contains your Web site content and HTML
formatting instructions.
A(n) _____ specifies the formatting and presentation of information on a
Web site.
_____ are HTML tags that set up the necessary sections and specify that
the document is indeed an HTML document.
_____ is a storage area where you keep your Web site.
_____ are HTML tags that allow you to specify formatting for text.
The three most commonly used basic HTML formatting tags are ____,
underline, and italics.
<_____> tag causes text to start on a new line.
_____ are HTML tags that make certain information, such as titles, stand
out on your Web site.
To adjust the color of your text, you use the <_____> tag.
For a Web site to appear in green text, you need to include <_____> in your
HTML document right after the <body> tag.
To adjust the size of your text, you use the <_____> tag.
The default background color of an HTML document is ____.
To change the background color, you use the <_____> tag in your HTML
document.
A(n) _____ is clickable text or an image that takes you to another site or
page on the Web.
_____ is the HTML markup to create a link to www.websitename.com.
The basic tag format for inserting an image or photo to your Web site is
<_____>.
To size an image, you insert the _____ and _____ parameters into the image
tag.
The default placement for an image is ____.
To use an image and create a textured background, you use the <_____>
tag.
The <_____> tag ends the numbered list, and you use the <_____> tag for
each item in the list.
The default numbering for numbered lists is ____.
Short Answer Questions
_____ is the HTML markup to create an e-mail link to
If you want to center an image, you must surround the image tag with ____.
To create a numbered list, you use three HTML tags: ____, ____, and ____.
To create an unnumbered list, you use the tags ____.