The internet consists of an uncoutable number of nodes that enable users to communicate and share information.
T or F
T
REF: HTML 2
The origins of the internet can be traced back to a WAN called the ARPANET.
T or F
T
REF: HTML 2
A link can open a document on your computer or a document on a computer anywhere in the world.
T or F
T
REF: HTML 3
Documents on the web are known as webpages and they are limited to text.
T or F
F
REF: HTML3| HTML 4
Browsers can run on cell phones, PDA's, MP3 players, and gaming systems.
T or F
T
REF: HTML 4
Web pages are RTF files, written in a language called HTML.
T or F
F
REF: HTML 4
HTML proved too cumbersome and difficult for use on the Internet, and thus SGML was created based on the principals of HTML.
T or F
F
REF: HTML 5
With the advent of XHTML, it is expected that HTML will become obsolete within the next two years.
T or F
F
REF: HTML 7
It is a good idea to view you Web pages using different browsers.
T or F
T
REF: HTML 7
HTML 2.0 included additional support for creating and formatting tables and expanded the options for interactive form elements.
T or F
F
REF: HTML 6
The default rendering of a horizontal line is standard across browsers.
T or F
F
REF: HTML39
An HTML file contains both formatting tags and content.
T or F
T
REF: HTML9
A one-sided tag is used to insert character data into a Web page.
T or F
F
REF: HTML42
Tags in an HTML file should be entered using ALL uppercase letters.
T or F
F
REF: HTML10
Extra space is required before and after the <body> tags to make your code easier to understand, especially as you add more code and it becomes more complex.
T or F
F
REF: HTML12
The figure above shows and ordered list.
T or F
*Basic
*Flower
*Master
*Glow
F
REF: HTML22/23
HTML lets you format individual characters.
T or F
T
REF: HTML29
The <em> logical tag emphasizes characters more strongly than <strong>.
T or F
F
REF: HTML29
If an image file is located in the same folder as the HTML file, you do not need to include any file location path information.
T or F
T
REF: HTML41
Horizontal lines are only useful for breaking up block quotes.
T or F
F
REF: HTML39
Most Web browsers assume a white page background by default.
T or F
T
REF: HTML138
If you do not define an element's color, it takes the color of the element that contains it.
T or F
T
REF: HTML138
The style to define the background color is backcolor: color.
T or F
F
REF: HTML138
If you choose to specify font size lengths using measurement units, you can use absolute units or keyword units.
T or F
F
REF: HTML143
The process by which you create a transparent color is independent of the graphics software you are using.
T or F
F
REF: HTML154
It is generally good practice to use at least three different font faces within a page.
T or F
F
REF: HTML142
An animated GIF is composed of several images that are displayed one after the other, creating the illusion of motion.
T or F
T
REF: HTML154
Browsers do not have default styles for the div element's padding, border, margins, or width.
T or F
T
REF: HTML174
As a general rule you should use GIFs for photos and JPEGs for illustrations that involve only a few colors.
T or F
F
REF: HTML156
The div element is an inline element and cannot be placed within a block-level element.
T or F
F
REF: HTML175
Users do not need to have the Flash player installed on their computers in order to view a Flash animation.
T or F
F
REF: HTML 156
Because of the way that browsers work with inline images, it is a good idea to specify the height and width of an image even if you are not trying to change its dimensions.
T or F
T
REF: HTML157
When a browser encounters an inline image, it calculates the image size and then uses this information to layout the page.
T or F
T
REF: HTML157
The bgcolor attribute of the body tag is the preferred method for adding a background color to a page.
T or F
F
REF: HTML139
Using the border: style, the syntax is border: color type length.
T or F
F
REF: HTML170
The general format for a contextual selector is parent: descendant {styles}.
T or F
F
REF: HTML201
You could set all boldfaced text found in a paragraph to blue using the style definition: p b {color:blue}.
T or F
T
REF:HTML201
Not all browsers support contextual selectors.
T or F
T
REF: HTML203
Two or more pseudo-classes can never apply to the same element.
T or F
F
REF: HTML216
HTML and XHTML support attributes to create hover effects.
T or F
F
REF:HTML216
Static positioning is used more often used than absolute positioning.
T or F
F
REF:HTML227
By default, the height of an element is determined by its content.
T or F
T
REF:HTML234
A user's operating system does not impact the apperance of a document.
T or F
F
REF:HTML237
The max-width style can be used to set how large an element can grow.
T or F
T
REF:HTML237
By default, elements that are formatted later in an HTML or XHTML document are stacked on top of earlier elements.
T or F
T
REF:HTML238
The media attribute is required, regardless of the expected output device.
T or F
F
REF:HTML240
Using the link element, you can link several media style sheets to documents in your Web site.
T or F
T
REF:HTML241
A style sheet in which the output device is not specified is applied to all devices, unless it is superceded by a style designed for a particular device.
T or F
T
REF:HTML241
@media rules can be used to specify media groups in CSS.
T or F
F
REF:HTML242
Setting the display style to "none" hides an element but does not remove it from the page flow.
T or F
F
REF:HTML245
If computers are close together, the network linking them is called a __.
A. LAN
REF:HTML2
If a network covers several buildings or cities, it is called a __.
B. WAN
REF:HTML2
The largest WAN in existence is the __.
C. Internet
REF:HTML2
The physical structure of the Internet uses __ to send data back and forth.
D. all the above
REF:HTML2
The founders of the Web developed a system of __ documents.
A. Hypertext
REF:HTML3
The foundation for __ was laid in 1989 by researchers seeking an information system that would make it easy for their colleagues to locate and share data.
A. the Web
REF:HTML3
Documents on the Web are known as Web __.
B. pages
REF:HTML3
A Web __ makes a page available to users of the Web.
A. server
REF:HTML3
A Web __ is a software program that retrieves the page and displays it.
B. Browser
REF:HTML3
__ browsers were incapable of displaying images.
D. Text-based
REF:HTML4
__ are formatting rules written in a separate language from HTML telling the browser how to render each element for particular devices.
C. Styles
REF:HTML4
Web pages are text files written in a language called __.
C. HTML
REF:HTML4
A __ language is a language used to describe the content and structure of documents.
D. Markup
REF:HTML4
HTML was developed from __.
A. SGML
REF:HTML5
The World Wide Web Consortium has created a set of __, or specifications, that all browser manufactures follow.
C. Standards
REF:HTML5
There are __ basic color names supported by CSS 2.1.
A. 17
REF:HTML136
Any color can be thought of as a combination of which of the following three primary colors?
C. red, green, and blue
REF:HTML135
Any color can be thought of as a combination of a triplet of numbers, called a(n) __ triplet.
B. RGB
REF:HTML135
In the RGB system, the intensity of colors is assigned a number from __ to 255.
B. 0
REF:HTML135
Which of the following is specific font?
B. Arial
REF:HTML140
If you use a hexadecimal value for a color, you preface the hexidecimal string with a(n) __.
C. pound symbol
REF:HTML136
If an element contains 12 pt text, a length of 2em equals __.
B. 24pts
REF:HTML144
A(n) __ represent a single dot on the output device.
C. pixel
REF:HTML145
The amount of space between pairs of letters is referred to as the __.
D. kerning
REF:HTML146
The <font> tag has been __.
D. deprecated
REF:HTML139
The three image formats supported by most Web browsers are __.
A. GIF, PNG, and JPEG
REF:HTML154
GIF files are limited to displaying __ colors.
C. 256
REF:HTML154
__ GIFs are an effective way to compose slide shows or to simulate motion.
A. Animated
REF:HTML154
In the style li b {color:blue}, li is the __ element.
D. parent
REF:HTML201
In the style li b {color: blue}, b is the __ element.
B. descendent
REF:HTML201
__ can ensure that your own margin and padding values have precedence.
A. *{margin:0;padding:0}
REF:HTML203
You can change a list marker by using the __ style.
D. list-style-type
REF:HTML207
The __ style can be used to cause a list to use your own image file for the list marker.
C. list-style-image: url(url)
REF:HTML209
What is the list style position of the first list in the above figure?
A. outside
REF:HTML211
What is the list style position of the second list in the above figure?
B. inside
REF:HTML211
By changing the list display style to __, you can create a horizontal list.
B. inline
REF:HTML213
The proper ordering of coordinates in positions is __.