HTML
<P>
Which HTML tag below is used to create a double-spaced area after a block or sentence of text
<A>
Which HTML tag is used to create hyperlinks
TEXT=
Which attribute of the <BODY> tag attribute is used to change the default color for all text in the Web page
HTML
Which file extension is normally used to save an HTML source code file
FrontPage
Which of the following is a specifically designed application program to create Web pages
Unordered
A bulleted list is actually called a(n) __________ list
False
A bulleted list is also called an ordered list
True
A home page is the first page you normally see when visiting a company or an individual's web site
Protocol
A(n) _________ is a communications system, such as HTTP, that is used to transfer data over networks
False
All HTML tags must be entered in uppercase format or you will receive an error when you try to view the page
Extensions
Depending on your computer's settings, the file __________ may or may not be visible when viewing a disk folder
True
File storage areas called folders were called directories in the earlier days of computing
False
HTML does not allow you to imbed one list inside another list
True
Hyperlinks can be created from you Web page to other documents or pages within the same Web site
Slash/
In the closing tag of an HTML tag pair, what symbol precedes the tag keyword
View
Most Web browsers have an option on which menu to allow you to see the HTML source code for the Web page you are looking at
BR
Placing the <____> tag after a line of text creates a single space area after the text
True
Such things as the choice of colors, text styles, images, and even spacing can make the difference between a really outstanding Web page and one that will attract little attention
False
Web pages must be created using special HTML generating software
<LI>
What HTML tag is used to add items to a numbered or bulleted list
<OL>
What HTML tag is used to create a numbered list
True
A URL contains information about what server a Web page is on and may include the name of one or more folders as well as the file name to be loaded
Site
A Web ____ can include a collection of related HTML pages pertaining to a specific company, topic, or individual
<MARQUEE>
A tag that does not work in every browser, but can be used in some browser's to make text scroll across the screen is the ______ tag
True
An HTML source file is really just a text file, which allows it to move quickly over an Internet connection line
False
Entering text in all capital letters on a Web page is considered shouting
True
Failing to end many HTML tags with their associated closing tag, or mis-coding the closing tag can cause the page to appear differently than intended
False
HTML has 8 levels of headings that can be used with the <Hx> tag
True
HTML has tags that can be used to create a numbered list
Angle brackets
HTML tags are usually coded in pairs and are enclosed in _________
True
Html pages work on any type of computer that has a Web browser to read them
H6
The <____> tag will produce the smallest heading size when used with a section of text
False
The HLINK= attribute is used in the <BODY> tag to change the color used to display hyperlinks
True
The HTML <BR> and <P> tags do not require a corresponding closing tag
Numbered
The HTML <OL> tag is used to create a(n) __________ list
CENTER
The HTML <________> tag can be codes in a Web page to make text or images appear centered on the page
True
The HTML tag used to create hyperlinks is called the anchor tag
False
The HTTP acronym seen when accessing some Web pages stands for Hypertext Transport Paradigm
Mosaic
The _______ Web browser was the first browser to allow pictures and sound to be incorporated into Web pages
BGCOLOR
The __________ attribute can be specified inside the <BODY> tag to change the background color of the Web page
Size
The __________ attribute of the <HR> tag determines how thick a line will be created
False
The hexadecimal code for the color white is 000000
<BODY>
The main content of a Web page, which is seen by someone viewing the page, is coded after which HTML tag
White space
The open area around the text that gives the user's eye a chance to rest and notice important sections of a page is called
Title
The text that appears in the title bar of a Web browser when a Web page is opened is specified using the HTML <________> tag
NAME="LIST1"
To identify a location within your document by the name LIST1, you would code the following tag: <A _______________> List 1</A>
Uniform Resource Locator
Web pages all have a unique address, specified by a URL, which stands for______
Standards
Web pages created in HTML can be viewed on any computer because the makers of the Web browsers voluntarily follow a set of ________ created by the guardians of the HTML language
It is used to create a horizontal line across the page
What is the purpose of the HTML <HR> tag
Hexadecimal
What number system can be used to specify color values in HTML tags to enable you to create virtually any color imaginable on your Web page
Underlined
When a word, phrase, or sentence of text is used the hyperlink in e Web page, it usually appears in the page in a different color and it is also
#
When specifying a color using hexadecimal values, you must use the __ symbol to precede the color numbers
/UL
When viewing your Web page, if bullets appear past the point where your list should have ended, you probably forgot or mis-coded the <______> tag
VLINK=
Which <BODY> tag attribute is used to change the color of hyperlinks that have been clicked
<HTML>
Which HTML tag below is used to begin a Web page
<H1>
Which HTML tag will cause the largest heading text to appear when coded before a section of text
<A HREF="LIST1"> List 1</A>
Which of the following tags shows the correct syntax to create a hyperlink to a location named LIST1 that is contained in the same document
Microsoft
Which software company created theInternet Explorer Web browser
<A HREF="http://www.nasa.gov">Visit NASA></A
Which statement could be used in a Web page to create a hyperlink to the NASA Web site
Accessories
Windows Notepad can be used to create HTML files, and it is normally found on the Windows ___________ menu