True/False
Indicate whether the sentence or statement is true
or false.
|
|
|
1.
|
HTML
table elements allow Web designers to create grid-based layouts.
|
|
|
2.
|
Cascading Style Sheets (CSS) provide an alternate method of controlling page display
and have replaced tables as the majority of users have started using the newer browsers, which offer
more complete CSS support.
|
|
|
3.
|
Default spacing values are included in the table even when you do not specify values
for the tables border, cellpadding, or cellspacing attributes.
|
|
|
4.
|
Browsers must read the entire table code before displaying the table.
|
|
|
5.
|
You
can nest tables by placing an entire table within a table cell.
|
|
|
6.
|
Although the <center> element works in most browsers, it is a deprecated element
and its use should be avoided.
|
|
|
7.
|
It is
good practice to specify your fixed table width to 600 pixels for an 800 x 600
resolution.
|
|
|
8.
|
In
general, relative tables are preferred over fixed tables.
|
|
|
9.
|
HTML
is intended to express document structure only, not document style.
|
|
|
10.
|
Within a document, the <span> element lets you specify inline elements that have
their own name and style properties.
|
|
|
11.
|
The
GIF file format excels at compressing and displaying flat color areas, making it the logical choice
for photographs or more complex graphics that have gradations of color, such as shadows and
feathering.
|
|
|
12.
|
Once
you convert an original copy of your artwork or photo, you cannot return to the original image
quality.
|
|
|
13.
|
Hexadecimal values should always be contained in single quotes and preceded by a
number sign as shown: <body bgcolor='#ffffff'>
|
|
|
14.
|
When
you create a GIF animation, you can determine the time between frames and the number of times the
animation plays.
|
|
|
15.
|
Absolute pixel widths are fixed regardless of the browser size.
|
|
|
16.
|
By
default, whether or not a scroll bar will appear automatically when the content is not accessible
within the frame window depends on the user's browser size and screen resolution.
|
|
|
17.
|
It is
not possible to remove the horizontal margins in a frame completely.
|
|
|
18.
|
Text
entered in a text area wraps automatically on all browsers.
|
|
|
19.
|
Use
checkboxes when you want to create a question to which multiple answers are allowed. Use radio
buttons when you want users to choose only one answer.
|
|
|
20.
|
Search engines are software programs that search out and index Web sites in a
catalog.
|
Multiple Choice
Identify the
letter of the choice that best completes the statement or answers the question.
|
|
|
21.
|
You
can apply attributes at which of the following levels of table structure? a. | Global | c. | Cell-level | b. | Row-level | d. | All of the above | | | | |
|
|
|
22.
|
Which
of the following is NOT a method of selecting elements? a. | Selecting by
reference | c. | Selecting by
context | b. | Selecting by multiple elements | d. | Selecting with the class attribute | | | | |
|
|
|
23.
|
To
adjust kerning, use the ____ property with any of the CSS measurement units for the
value. a. | text
indent | c. | padding | b. | letter spacing | d. | border setting | | | | |
|
|
|
24.
|
When
using a percentage to specify line height, setting the value to 150% with a 10-point font size
results in a line height of ____ points.
|
|
|
25.
|
Which
of the following unit abbreviations is used for describing the size of a pixel on the current
monitor?
|
|
|
26.
|
Which
of the following is a common descriptive value for font weight? a. | Darker | c. | Underline | b. | Italics | d. | Lighter | | | | |
|
|
|
27.
|
Which
of the following hexadecimal colors is NOT browser-safe? a. | FF00FF | c. | 0066FF | b. | 808080 | d. | FFFFFF | | | | |
|
|
|
28.
|
The
GIF format lets you store multiple images and timing information about the images in a single file.
This means that you can build animations consisting of multiple ____ images that change continuously,
creating the illusion of motion. a. | moving | c. | interchangeable | b. | transferable | d. | static | | | | |
|
|
|
29.
|
Which
of the following formats is a vector graphics file format?
|
|
|
30.
|
Row
framesets fill ____. a. | top to bottom | c. | right to left | b. | left to
right | d. | bottom to
top | | | | |
|
|
|
31.
|
The
____ attribute in the <frame> element provides the location of the file that displays within
the frame.
|
|
|
32.
|
The
< ____ > tag lets you provide an alternate page for users who do not have a frames-compliant
browser. a. | text | c. | noframes | b. | !frame | d. | table | | | | |
|
|
|
33.
|
Which
one of the following target names allows you to remove frames and display the linked content in the
same, refreshed browser window? a. | _self | c. | _parent | b. | _blank | d. | _top | | | | |
|
|
|
34.
|
Which
one of the following is NOT a valid value in the scrolling attribute?
|
|
|
35.
|
Which
one of the following target names opens a new browser window to display the linked
content? a. | _self | c. | _parent | b. | _blank | d. | _top | | | | |
|
|
|
36.
|
What
does the following line of code do?
<framesetcols="80,*"> a. | Sets the left
column to 80 pixels, and the right column to the remainder of the browser
window | b. | Sets the left column to 80 pixels, and references the source
code to the parent browser | c. | Sets the left column to 80 percent of the current browser
window | d. | Sets the left column to 80 percent of the parent
window | | |
|
|
|
37.
|
Which
one of the following <form> attributes specifies the URL of the application that will process
the form data? a. | accept | c. | action | b. | enctype | d. | method | | | | |
|
|
|
38.
|
The
file type automatically includes a(n) ____ button that lets users browse for a file in their
computers directory system. a. | upload | c. | browse | b. | submit | d. | reset | | | | |
|
|
|
39.
|
The
following line of code ____.
<inputtype="submit" value= "Submit
your answers"> <input type="reset" value= "Clear the
form"> a. | creates submit
and reset buttons | b. | resets and submits the form | c. | creates a text
field and labels it "submit your answers" | d. | creates a radio
button and labels it "submit your answers" | | |
|
|
|
40.
|
To
publish your pages on the Web, you must send your HTML code, image, and other files to the Web
server. To do this, you need ____ software. a. | Web server | c. | ISP | b. | FTP | d. | HTTP | | | | |
|