Final Test Flashcards
(36 cards)
An ____ is a company that has a permanent connection to the Internet backbone.
ISP
The following is a set of rules for exchanging text, graphics, sound, video, and other multimedia files:
HTTP
Web pages are stored on a _____, which is a computer that stores and sends requested Web pages.
Web Server
An Internet site is also called a
Web Site
A(n) ____ is a private network that uses Interet technologies to share company information among emplyees.
Intranet
A ____ is a program that interprets and displays Web pages.
Brower
To display a horizaontal rule in HTML, use the ____ tag
<hr></hr>
When creating an HTML file, you should seperate sections of HTML code with ______.
Spaves
With ____ you can specify the style for an element within a single Web page or throughout an entire Web site.
CSS
A(n) ____ editor is a program that provides basic test-editing fuctions and more advanced features such as color-coding for various HTML tags.
HTML text
____ is a basic text editor that you can use for simple documents or for creating Web pages using HTML.
Notepad++
The _____ of a Web page is a solid color, a picture, or a graphic against which the other elements on the Web page appear.
Foreground
A ____ is an area of an image that activates a function when selected.
Hotspot
The ____ document type allows that use of decrecated tags
Transitional
_____ causes text lines to break at the right edge of the window and appear on a new line.
Word wrap
An unordered list is also called a _____ list.
Bulleted
An ordered list is also called a ____ list
numbered
The following tags must be at the start and end of an unodred list:
<ul> and </ul>
When your browser opens, it will display a ____ page, or a start page.
Home
The _____ graphics format was NOT listed in the chapter a s one of the three types of image files used on Web pages.
BMP
The _____ property allows test to be enhanced with one of five values: underline, overline, line-through, blink, or none.
Text-decoration
A(n) ____ path specifies that exact address for the file to which you are linking or displaying a graphic.
Absolute
____ style tags spacify a particular fot chang that is interpreted strictly by broawsers.
physical
The HTML tag ______ designates a long quotation.
<blockquote></blockquote>