Term
____ is an example of a scripting language. |
|
Definition
|
|
Term
Using ____ technologies, Web sites can enable customers to browse product catalogs, comparison shop, and order products online. |
|
Definition
|
|
Term
____ are useful when you want to arrange text and images in order to make the information straightforward and clear to the Web page visitor. |
|
Definition
|
|
Term
A(n) ____ is a vertical line of information in a table. |
|
Definition
|
|
Term
To locate a Web page using a browser, you type its ____ in the browser’s Address or Location bar. |
|
Definition
|
|
Term
A(n) ____ is a company that has a permanent connection to the Internet backbone. |
|
Definition
|
|
Term
A(n) ____ cell displays normal text that is left-aligned. |
|
Definition
|
|
Term
The ____ of a table helps to define what formatting is appropriate. |
|
Definition
|
|
Term
The ____ value for the rules attribute creates a table with vertical rules between each column in the table. |
|
Definition
|
|
Term
Bulleted lists are also called _____ lists. |
|
Definition
|
|
Term
You can create Web pages using HTML with a simple ____, such as Notepad++, Notepad, TextPad, or SimpleText. |
|
Definition
|
|
Term
An XHTML coding practice is to require that the HTML file include a ____ statement. |
|
Definition
|
|
Term
If you decide to add row or column ____, it is best to sketch your ideas on paper first. |
|
Definition
|
|
Term
The font-weight property takes all of the following values EXCEPT the ____ value. |
|
Definition
|
|
Term
A pseudo-class is attached to a ____ to specify a state or relation and give the Web developer more control. |
|
Definition
|
|
Term
To change the default bullet or number type, the ____ property is entered within the or tags. |
|
Definition
|
|
Term
Each Web site contains a(n) ____ page, which is the first document users see when they access the site. |
|
Definition
|
|
Term
Tables can be used to create a ____ around an image. |
|
Definition
|
|
Term
A Web developer should design the Web site in such a way that the links from one Web page to another are apparent and the ____ is clear. |
|
Definition
|
|
Term
A(n) _____ image is not part of the HTML file. |
|
Definition
|
|
Term
The ____ tag does not use the valign attribute. |
|
Definition
|
|
Term
The ____ page of a Web site often serves as an index or table of contents to other documents and files displayed on the site. |
|
Definition
|
|
Term
The ____ tag indicates the start and end of a table. |
|
Definition
|
|
Term
The ____ tags indicate the start and end of a row with table heading cells. |
|
Definition
|
|
Term
The most recent version of HTML is HTML ____. |
|
Definition
|
|
Term
A(n) ____ is the intersection of a row and a column. |
|
Definition
|
|
Term
If an image has a border but is not used as a link, the border displays in ____. |
|
Definition
|
|
Term
The ____ attribute of the tag indicates a reverse relationship from the current document to the linked document. |
|
Definition
|
|
Term
Most HTML elements consist of ____. |
|
Definition
a start tag an end tag content |
|
|
Term
Using ____, a Web site’s visitors can move from one page to another, and view information in any order. |
|
Definition
|
|
Term
Web pages are stored on a(n) ____, which is a computer that stores and sends requested Web pages and other files. |
|
Definition
|
|
Term
To end right-aligned text wrap, enter the ____ tag where the text should stop wrapping to the right. |
|
Definition
|
|
Term
The ____ attribute supports several values to provide different formatting options. |
|
Definition
|
|
Term
Tables include features such as ____. |
|
Definition
|
|
Term
The ____ tag can be used to declare the character encoding UTF-8. |
|
Definition
|
|
Term
____ is the authoring language used to create documents on the World Wide Web. |
|
Definition
|
|
Term
The width of a table’s border is defined in ____. |
|
Definition
|
|
Term
Creating tables for a Web page always includes ____ |
|
Definition
determining if a table is needed coding the table planning the table |
|
|
Term
____ defines the number of pixels of space between cells in a table. |
|
Definition
|
|
Term
The ____ value for the rules attribute creates a table with no internal rules. |
|
Definition
|
|
Term
The first step in creating a table is to ____. |
|
Definition
determine if a table is needed |
|
|
Term
Attributes are set relative to the ____ elements in a table. |
|
Definition
|
|
Term
Text in a heading cell appears ____. |
|
Definition
|
|
Term
If you do not use the ____ attributes, the size of each data cell automatically is set to the minimum size needed for the text inserted in the data cell. |
|
Definition
cellspacing or cellpadding |
|
|
Term
The ____ value for the rules attribute creates a table with vertical rules between each column in the table. |
|
Definition
|
|
Term
A(n) ____ is a horizontal line of information in a table. |
|
Definition
|
|
Term
The ____ attribute of the tag defines the number of columns in the table. |
|
Definition
|
|
Term
____ are useful when you want to arrange text and images in order to make the information straightforward and clear to the Web page visitor. |
|
Definition
|
|
Term
Using a table to create a(n) ____ is a simple technique that gives an image a polished look and highlights the image. |
|
Definition
|
|
Term
The ____ tags have the same attributes. |
|
Definition
|
|
Term
By default, an image is ____. |
|
Definition
|
|
Term
The ____ tags increase the font size in comparison to the surrounding text. |
|
Definition
|
|
Term
The ____ tag is used to create anchors for links to another page in the same Web site, to a Web page in an external Web site, within the same Web page, and for e-mail links. |
|
Definition
|
|
Term
The part of the style statement that identifies the page elements is called the ____. |
|
Definition
|
|
Term
To establish a class in which text associated with the class name "footer" displays in a 9-point blue font, you would add a style statement like this one: ____. |
|
Definition
p.footer {color: blue; text-size: 9pt} |
|
|
Term
The ____ tags create a container into which a user can add an inline style. |
|
Definition
|
|
Term
The ____ tags create a container that defines logical sections in your Web page. |
|
Definition
|
|
Term
With an e-mail link, the link text used typically is the ____. |
|
Definition
|
|
Term
_____ can serve as hyperlinks. |
|
Definition
|
|
Term
A(n) ____ style sheet is a separate document with a .css extension. |
|
Definition
|
|
Term
When text identifies a link, it often appears as ____ text. |
|
Definition
|
|
Term
The ____ tags display text above normal text. |
|
Definition
|
|
Term
A(n) ____ path specifies the exact address for the file to which you are linking or displaying a graphic. |
|
Definition
|
|
Term
The code ____ eliminates completely the underline on text links. |
|
Definition
a:hover text-decoration: none |
|
|
Term
The XHTML ____ looks at the DOCTYPE statement to see which version of HTML or XHTML you are using, and then checks to see if the code is valid for that version. |
|
Definition
|
|
Term
An ordered list can use ____. |
|
Definition
|
|
Term
To view the latest version of a Web page in a browser, the page must be ____. |
|
Definition
|
|
Term
When creating a ____ image for use with complex images like photographs, you can use a compression technique other than LZW. |
|
Definition
|
|
Term
The World Wide Web Consortium developed the ____ format as a graphics standard and patent-free alternative to an existing graphical format. |
|
Definition
|
|
Term
When you first start Notepad++, the file name _____ displays on the title bar. |
|
Definition
|
|
Term
Adding ____ is an example of how you can modify the format of a Web page. |
|
Definition
|
|
Term
____ is a basic text editor installed with Windows that you can use for simple documents or for creating Web pages using HTML. |
|
Definition
|
|
Term
The _____ tags contain the Web page title, for example. |
|
Definition
|
|
Term
The title of a Web page is the name assigned to the page if a user adds the page to the browser’s list of ____. |
|
Definition
|
|
Term
____ styles override those of external style sheets. |
|
Definition
|
|
Term
The _____ tags must be at the start and end of an unordered list. |
|
Definition
|
|
Term
If a type attribute is not specified for an unordered list, the list uses the _____ bullet. |
|
Definition
|
|
Term
The ____ of an image impacts how long it takes an image to load. |
|
Definition
A)size B)complexity ANSWER: both A and B |
|
|
Term
A(n) ____ is contained within a company or organization's network. |
|
Definition
|
|
Term
To locate a Web page using a browser, you type its ____ in the browser’s Address or Location bar. |
|
Definition
|
|
Term
A(n) _____ image is not part of the HTML file. |
|
Definition
|
|
Term
When you first start Notepad++, the file name _____ displays on the title bar. |
|
Definition
|
|
Term
A very large Web site may be spread over a number of ____ in different geographic locations. |
|
Definition
|
|
Term
By combining ____, XHTML combines the benefits of the display features of HTML and the stricter coding standards required by XML. |
|
Definition
|
|
Term
An easy way to provide contact information is to include a(n) ____ link on a Web site’s home page, as well as on other pages in the Web site. |
|
Definition
|
|
Term
Most HTML elements consist of ____. |
|
Definition
a start tag an end tag content |
|
|
Term
The _____ tags contain the main content of a Web page. |
|
Definition
|
|
Term
Examples of content types for the tag include ____. |
|
Definition
|
|
Term
____ styles override those of external style sheets. |
|
Definition
|
|
Term
You can use CSS to alter the ____ of a Web page. |
|
Definition
|
|
Term
Numbered lists are also called _____ lists. |
|
Definition
|
|
Term
___ is a popular browser in use today. |
|
Definition
Microsoft Internet Explorer Mozilla Firefox Apple Safari |
|
|
Term
____ uses markup to define the structure and layout of a Web document. |
|
Definition
|
|
Term
Knowing the ____ of your target audience will help you design a Web site appropriate for all users. |
|
Definition
age gender level of computer literacy |
|
|
Term
The ____ tags increase the font size in comparison to the surrounding text. |
|
Definition
|
|
Term
The _____ attribute is used to define the URL of an image to load with the tag. |
|
Definition
|
|
Term
A <____> tag indicates a term in a definition list. |
|
Definition
|
|
Term
A(n) ____ list offsets information in a dictionary-like style. |
|
Definition
|
|
Term
The ____ tags increase the font size in comparison to the surrounding text. |
|
Definition
|
|
Term
Press ____ to copy selected text to the Clipboard. |
|
Definition
|
|
Term
The ____ tags indicate the start and end of table rows. |
|
Definition
|
|
Term
The ____ attribute supports several values to provide different formatting options. |
|
Definition
|
|
Term
The ____ tag is used to create anchors for links to another page in the same Web site, to a Web page in an external Web site, within the same Web page, and for e-mail links. |
|
Definition
|
|
Term
The ____ tags create a container that defines logical sections in your Web page. |
|
Definition
|
|
Term
A <____> tag indicates a term in a definition list. |
|
Definition
|
|
Term
The ____ tags indicate the start and end of a row with table heading cells. |
|
Definition
|
|
Term
To change the default bullet or number type, the ____ property is entered within the or tags. |
|
Definition
|
|
Term
____ uses markup to define the structure and layout of a Web document. |
|
Definition
|
|
Term
The ____ value for the rules attribute creates a table with no internal rules. |
|
Definition
|
|
Term
The ____ tags have the same attributes. |
|
Definition
|
|
Term
An example of a(n) ____ on the Web is http://www.scsite.com/html6e/index.htm. |
|
Definition
|
|
Term
If your computer is connected to the Internet when the browser window opens, it displays a(n) ____ page. |
|
Definition
|
|
Term
The ____ tag is used to display a horizontal rule across the page. |
|
Definition
|
|
Term
A valid value for the font-size property is ____. a)an actual numeric size b)the value medium c)a percentage d)any of the above |
|
Definition
|
|
Term
In order to view a Web page on any type of Web site, a computer needs to have a Web ____ installed. |
|
Definition
|
|
Term
The ____ of a table helps to define what formatting is appropriate. |
|
Definition
|
|
Term
|
Definition
formatted to appear as bold formatted to appear as italic formatted to appear as underlined used in a standard paragraph |
|
|
Term
To make a style of one paragraph to be different from the style of others, you can define specific elements of an HTML file as a category, or a(n) ____. |
|
Definition
|
|
Term
The part of the style statement that identifies the page elements is called the ____. |
|
Definition
|
|
Term
Any computer that has the appropriate software installed on it and is connected to the Internet can act as a Web ____. |
|
Definition
|
|
Term
Which of the following is NOT a pseudo-class that can be used when applied to the anchor or link selector? |
|
Definition
|
|
Term
A(n) ____ style takes precedence over the styles defined in all other kinds of style sheets. |
|
Definition
|
|
Term
HTML files must end with an extension of ____. |
|
Definition
|
|
Term
You can use CSS to alter the ____ of a Web page. |
|
Definition
|
|
Term
The ____ attribute allows a Web developer to select which internal borders to show in a table. |
|
Definition
|
|
Term
The ____ attribute supports several values to provide different formatting options. |
|
Definition
|
|
Term
A well-designed Web page provides a way for visitors to contact the person responsible for ____. |
|
Definition
maintaining the Web site addressing customer questions and comments |
|
|
Term
____ paths specify the location of a file, in relation to the location of the file that is currently in use. |
|
Definition
|
|
Term
In this embedded style style type= "text/css"> h1 {font-family: Garamond; font-size: 32pt} /style> the h1 element is the ____. |
|
Definition
|
|
Term
To make a style of one paragraph to be different from the style of others, you can define specific elements of an HTML file as a category, or a(n) ____. |
|
Definition
|
|
Term
Any computer that has the appropriate software installed on it and is connected to the Internet can act as a Web ____. |
|
Definition
|
|
Term
____ is an example of a scripting language. |
|
Definition
|
|
Term
The ____ tag uses the border attribute. |
|
Definition
|
|
Term
The ____ of an image impacts how long it takes an image to load. |
|
Definition
|
|
Term
The ____ tag can be used to declare the character encoding UTF-8. |
|
Definition
|
|
Term
Dimension is added to a horizontal rule by increasing the number of ____ that are displayed. |
|
Definition
|
|
Term
A(n) ____ style takes precedence over the styles defined in all other kinds of style sheets. |
|
Definition
|
|
Term
If a Web page uses a Geneva font, but Arial would also work well, you create a comma-separated list of acceptable fonts, using your text as the code. |
|
Definition
|
|
Term
The ____ is a set of rules for exchanging text, graphic, sound, video, and other multimedia files. |
|
Definition
|
|
Term
The World Wide Web Consortium developed the ____ format as a graphics standard and patent-free alternative to an existing graphical format. |
|
Definition
|
|
Term
The _____ tags must be at the start and end of a definition list. |
|
Definition
|
|
Term
A(n) ____ Web site structure has no set organization. |
|
Definition
|
|
Term
A(n) ____ path specifies the exact address for the file to which you are linking or displaying a graphic. |
|
Definition
|
|
Term
An ordered list can use ____. |
|
Definition
|
|
Term
A table caption is descriptive text located ____ a table that further describes the purpose of the table. |
|
Definition
|
|