Deck 4: Creating Tables in a Web Site Using an External Style Sheet

Full screen (f)
exit full mode
Question
The first step in creating a table is to ____.

A)code the table
B)format the table
C)determine if a table is needed
D)plan the table
Use Space or
up arrow
down arrow
to flip the card.
Question
____ are useful when you want to arrange text and images in order to make the information straightforward and clear to the Web page visitor.

A)Indices
B)Flowcharts
C)Animations
D)Tables
Question
Conceptualizing a table on paper first saves time trying to determine which HTML table ____ to use to create the table.

A)keylinks
B)indices
C)flowcharts
D)tags
Question
The ____ tags indicate the start and end of table rows.

A)< td >< /td >
B)< tc >< /tc >
C)< th >< /th >
D)< tr >< /tr >
Question
The process for creating tables for a Web page includes ____.

A)determining if a table is needed;planning the table;and coding the table
B)determining if a table is needed;planning the table;linking the table;and coding the table
C)determining if a table is needed;coding the table;and formatting the table
D)determining if a table is needed;formatting the table;planning the table;and coding the table
Question
A heading cell displays text as bold and ____.

A)left-aligned
B)center-aligned
C)right-aligned
D)justified
Question
Tables are similar in design to ____.

A)spreadsheets
B)presentations
C)documents
D)databases
Question
Tables allow you to organize information on a Web page using HTML ____.

A)keylinks
B)flowcharts
C)indices
D)tags
Question
A(n)____ cell displays normal text that is left-aligned.

A)data
B)index
C)heading
D)baseline
Question
A(n)____ is the intersection of a row and a column.

A)apex
B)cell
C)index
D)chart
Question
____ consist of rows,columns,and cells.

A)Indices
B)Tables
C)Flowcharts
D)Animations
Question
The ____ tags indicate the start and end of a row with table heading cells.

A)< td >< /td >
B)< tc >< /tc >
C)< th >< /th >
D)< tr >< /tr >
Question
A(n)____ is a horizontal line of information in a table.

A)column
B)grid
C)row
D)baseline
Question
You can set ____ for an entire row of information,for a single cell,or for one or more cells within a row.

A)links
B)keys
C)attributes
D)indices
Question
A table ____ is any cell with bold text that indicates the purpose of the row or column.

A)caption
B)key
C)glossary
D)header
Question
The ____ of a table helps to define what formatting is appropriate.

A)dimension
B)resolution
C)size
D)purpose
Question
Which of the following is the preferred method for structuring Web sites?

A)headers
B)frames
C)tables
D)CSS
Question
A ____ is a vertical line of information in a table.

A)column
B)grid
C)row
D)baseline
Question
A caption can be placed ____ a table.

A)to the left of
B)to the right of
C)above
D)all of the above
Question
An embedded style sheet is inserted between the ____ tags of a single Web page within the style container.

A)< body > and < /body >
B)< head > and < /head >
C)< html > and < /html >
D)< style > and < /style >
Question
Which of the following table properties specifies the placement of a table caption?

A)caption-placement
B)caption-position
C)caption-side
D)caption-option
Question
The colspan attribute of the ____ tag sets a number of columns spanned by a cell.

A)< td >
B)< th >
C)< tr >
D)both a and b
Question
Which of the following table properties specifies whether or not table border should have their own border,or share a common border?

A)independent-border
B)common-border
C)border-share
D)border-collapse
Question
The ____ tags allow the use of the rowspan,colspan,and headers attribute.

A)< tr > and < th >
B)< td > and < tr >
C)< th > and < td >
D)< td > and < tt >
Question
If you decide to add row or column ____,it is best to sketch your ideas on paper first.

A)scanning
B)titles
C)spanning
D)anchors
Question
____ is shorthand to set the top,right,bottom,and left space around an element.

A)Border spacing
B)Padding
C)Cell width
D)Cell height
Question
The ____ table property takes the following values: separate,collapse,and inherit.

A)table-layout
B)border-collapse
C)empty-cells
D)caption-side
Question
The ____ tag does not have any attributes still in use.

A)< tr >
B)< table >
C)< td >
D)< th >
Question
The default option of the ____ tag is for the text in the cells to be left-justified.

A)< td >
B)< th >
C)< tr >
D)< tl >
Question
The ____ property allows designers to easily implement multiple drop shadows (outer or inner)on box elements,specifying values for color,size,blur,and offset.

A)drop-shadow
B)outer-shadow
C)multiple-shadow
D)box-shadow
Question
The ____ tag uses the border attribute.

A)< table >
B)< td >
C)< tr >
D)< th >
Question
The ____ table property takes the following values: not specified,length,and inherit.

A)table-layout
B)caption-side
C)border-spacing
D)border-collapse
Question
Captions are recommended for tables that are used to ____.

A)structure columns and rows of information
B)position images
C)create menu bars
D)all of the above
Question
The ____ tag indicates the start and end of a table.

A)< tr > < /tr >
B)< t > < /t >
C)< table > < /table >
D)< tab > < /tab >
Question
The ____ table property takes the following values: auto,fixed,and inherit.

A)table-layout
B)caption-side
C)border-collapse
D)border-spacing
Question
Which of the following table properties set the layout algorithm to be used for a table?

A)table-layout
B)table-display
C)table-algorithm
D)table-position
Question
Changing the ____ of an image can cause the image to look distorted on the Web page.

A)resolution
B)dimension
C)width
D)style
Question
Which of the following table properties specifies the distance between the borders of adjacent cells?

A)border-distance
B)adjacent-border
C)border-display
D)border-spacing
Question
____ specifies the distance between the borders of adjacent cells in a table.

A)Border spacing
B)Padding
C)Cell width
D)Cell height
Question
The ____ tags indicate the start and end of a row of data cells.

A)< td >< /td >
B)< tc >< /tc >
C)< th >< /th >
D)< tr >< /tr >
Question
The size value of the box-shadow property specifies the size of the shadow._________________________
Question
Properties and attributes are set relative to the ____ elements in a table.

A)line
B)column
C)row
D)cell
Question
To create effective tables,you must begin by planning how the information will appear in the table and create a good design.
Question
The border-display table property specifies whether or not display borders and background on empty cells in a table._________________________
Question
The first step in creating a table is to code the table.
Question
The most beneficial feature of the internal style sheet is that you can easily change the appearance of all Web pages into which the style sheet is linked just by changing the style sheet._________________________
Question
The purpose for a table dictates which features are used.
Question
A table caption is descriptive text located ____ a table that further describes the purpose of the table.

A)above
B)below
C)to the left of
D)to the right of
Question
Text in a data cell appears ____.

A)italicized
B)normal
C)left-justified
D)justified
Question
An advantage to wrapping text around an image,instead of using a table,is that you have more control over the placement of the text and the image.
Question
Tables can be simple,with a basic grid format and no color.
Question
Tables cannot be used to position text and images.
Question
Creating tables for a Web page always includes ____.

A)determining if a table is needed
B)captioning the table
C)coding the table
D)planning the table
Question
All Web pages require the use of tables.
Question
Tables include features such as ____.

A)resolutions
B)captions
C)borders
D)headers
Question
Creating tables for a Web page is a two-step process: (1)determining if a table is needed;and (2)coding the table.
Question
Tables consist of rows,columns,and cells,much like text files._________________________
Question
You cannot apply a background color to a table cell.
Question
When a table is used to structure columns and rows of information,bordered tables are most appropriate._________________________
Question
A general rule is that a table should be used when it will help organize information or Web page elements in such a way that it is easier for the Web page visitor to read.
Question
All tags for a table are inserted within the < ____________________ > tags.
Question
Tables used to structure columns and rows of information can benefit from having an index to clarify the contents of the table.
Question
Studies have been conducted to assess the best location on a Web page to place navigation bars and lists,with the results indicating that the top of the Web page is best in terms of visitor usability.
Question
A table ____________________ is the line that encloses the perimeter of the table.
Question
If you want to change a style,when you change it in the external (linked)stylesheet,it automatically takes effect in any Web page that is linked to the external style sheet.
Question
Before using row or column spanning,it is best to sketch your ideas on paper first.
Question
____________________ established a major change in how tables are formatted.
Question
To create an external style sheet,enter all of the style statements in a text file using Notepad++ or another text editor,and then save the text file with a .css extension.
Question
When a table uses the spacing and padding styles,the size of each data cell is automatically set to the minimum size needed for the text inserted in the data cell.
Question
Given an external style sheet named styles1.css,the code < link rel="stylesheet" type="text/css" href="styles1.css" / > will link the HTML file in which this code appears to that style sheet.
Question
You can help visitors more easily read a table full of information by varying the background colors effectively.
Question
With the flexibility of inline styles,you can adjust the border spacing and padding at the table header or table data cell level.
Question
Consider using external styles for any style that is unique for a single element,such as when you want one word or paragraph and one Webpage to look different than all others.
Question
If you add border spacing,you give more space around the content within a cell.
Question
After a table is sketched on paper,it is easier to see how many rows and columns to create,if the table will include headings,and if any of the headings span rows or columns.
Question
The format of an external style sheet is very different from the format of an embedded style sheet.
Question
Tables with borders are most appropriate when the tables are used to position text and image elements.
Question
There are ____________________ main HTML tags used to create a table.
Question
A table ____________________ is descriptive text located above or below the table that further describes the purpose of the table.
Question
If the content in a table is broken into logical segments of information,you should not use row or column spanning.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/112
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 4: Creating Tables in a Web Site Using an External Style Sheet
1
The first step in creating a table is to ____.

A)code the table
B)format the table
C)determine if a table is needed
D)plan the table
C
2
____ are useful when you want to arrange text and images in order to make the information straightforward and clear to the Web page visitor.

A)Indices
B)Flowcharts
C)Animations
D)Tables
D
3
Conceptualizing a table on paper first saves time trying to determine which HTML table ____ to use to create the table.

A)keylinks
B)indices
C)flowcharts
D)tags
D
4
The ____ tags indicate the start and end of table rows.

A)< td >< /td >
B)< tc >< /tc >
C)< th >< /th >
D)< tr >< /tr >
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
5
The process for creating tables for a Web page includes ____.

A)determining if a table is needed;planning the table;and coding the table
B)determining if a table is needed;planning the table;linking the table;and coding the table
C)determining if a table is needed;coding the table;and formatting the table
D)determining if a table is needed;formatting the table;planning the table;and coding the table
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
6
A heading cell displays text as bold and ____.

A)left-aligned
B)center-aligned
C)right-aligned
D)justified
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
7
Tables are similar in design to ____.

A)spreadsheets
B)presentations
C)documents
D)databases
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
8
Tables allow you to organize information on a Web page using HTML ____.

A)keylinks
B)flowcharts
C)indices
D)tags
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
9
A(n)____ cell displays normal text that is left-aligned.

A)data
B)index
C)heading
D)baseline
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
10
A(n)____ is the intersection of a row and a column.

A)apex
B)cell
C)index
D)chart
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
11
____ consist of rows,columns,and cells.

A)Indices
B)Tables
C)Flowcharts
D)Animations
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
12
The ____ tags indicate the start and end of a row with table heading cells.

A)< td >< /td >
B)< tc >< /tc >
C)< th >< /th >
D)< tr >< /tr >
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
13
A(n)____ is a horizontal line of information in a table.

A)column
B)grid
C)row
D)baseline
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
14
You can set ____ for an entire row of information,for a single cell,or for one or more cells within a row.

A)links
B)keys
C)attributes
D)indices
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
15
A table ____ is any cell with bold text that indicates the purpose of the row or column.

A)caption
B)key
C)glossary
D)header
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
16
The ____ of a table helps to define what formatting is appropriate.

A)dimension
B)resolution
C)size
D)purpose
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
17
Which of the following is the preferred method for structuring Web sites?

A)headers
B)frames
C)tables
D)CSS
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
18
A ____ is a vertical line of information in a table.

A)column
B)grid
C)row
D)baseline
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
19
A caption can be placed ____ a table.

A)to the left of
B)to the right of
C)above
D)all of the above
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
20
An embedded style sheet is inserted between the ____ tags of a single Web page within the style container.

A)< body > and < /body >
B)< head > and < /head >
C)< html > and < /html >
D)< style > and < /style >
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
21
Which of the following table properties specifies the placement of a table caption?

A)caption-placement
B)caption-position
C)caption-side
D)caption-option
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
22
The colspan attribute of the ____ tag sets a number of columns spanned by a cell.

A)< td >
B)< th >
C)< tr >
D)both a and b
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
23
Which of the following table properties specifies whether or not table border should have their own border,or share a common border?

A)independent-border
B)common-border
C)border-share
D)border-collapse
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
24
The ____ tags allow the use of the rowspan,colspan,and headers attribute.

A)< tr > and < th >
B)< td > and < tr >
C)< th > and < td >
D)< td > and < tt >
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
25
If you decide to add row or column ____,it is best to sketch your ideas on paper first.

A)scanning
B)titles
C)spanning
D)anchors
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
26
____ is shorthand to set the top,right,bottom,and left space around an element.

A)Border spacing
B)Padding
C)Cell width
D)Cell height
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
27
The ____ table property takes the following values: separate,collapse,and inherit.

A)table-layout
B)border-collapse
C)empty-cells
D)caption-side
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
28
The ____ tag does not have any attributes still in use.

A)< tr >
B)< table >
C)< td >
D)< th >
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
29
The default option of the ____ tag is for the text in the cells to be left-justified.

A)< td >
B)< th >
C)< tr >
D)< tl >
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
30
The ____ property allows designers to easily implement multiple drop shadows (outer or inner)on box elements,specifying values for color,size,blur,and offset.

A)drop-shadow
B)outer-shadow
C)multiple-shadow
D)box-shadow
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
31
The ____ tag uses the border attribute.

A)< table >
B)< td >
C)< tr >
D)< th >
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
32
The ____ table property takes the following values: not specified,length,and inherit.

A)table-layout
B)caption-side
C)border-spacing
D)border-collapse
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
33
Captions are recommended for tables that are used to ____.

A)structure columns and rows of information
B)position images
C)create menu bars
D)all of the above
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
34
The ____ tag indicates the start and end of a table.

A)< tr > < /tr >
B)< t > < /t >
C)< table > < /table >
D)< tab > < /tab >
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
35
The ____ table property takes the following values: auto,fixed,and inherit.

A)table-layout
B)caption-side
C)border-collapse
D)border-spacing
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
36
Which of the following table properties set the layout algorithm to be used for a table?

A)table-layout
B)table-display
C)table-algorithm
D)table-position
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
37
Changing the ____ of an image can cause the image to look distorted on the Web page.

A)resolution
B)dimension
C)width
D)style
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
38
Which of the following table properties specifies the distance between the borders of adjacent cells?

A)border-distance
B)adjacent-border
C)border-display
D)border-spacing
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
39
____ specifies the distance between the borders of adjacent cells in a table.

A)Border spacing
B)Padding
C)Cell width
D)Cell height
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
40
The ____ tags indicate the start and end of a row of data cells.

A)< td >< /td >
B)< tc >< /tc >
C)< th >< /th >
D)< tr >< /tr >
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
41
The size value of the box-shadow property specifies the size of the shadow._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
42
Properties and attributes are set relative to the ____ elements in a table.

A)line
B)column
C)row
D)cell
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
43
To create effective tables,you must begin by planning how the information will appear in the table and create a good design.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
44
The border-display table property specifies whether or not display borders and background on empty cells in a table._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
45
The first step in creating a table is to code the table.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
46
The most beneficial feature of the internal style sheet is that you can easily change the appearance of all Web pages into which the style sheet is linked just by changing the style sheet._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
47
The purpose for a table dictates which features are used.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
48
A table caption is descriptive text located ____ a table that further describes the purpose of the table.

A)above
B)below
C)to the left of
D)to the right of
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
49
Text in a data cell appears ____.

A)italicized
B)normal
C)left-justified
D)justified
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
50
An advantage to wrapping text around an image,instead of using a table,is that you have more control over the placement of the text and the image.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
51
Tables can be simple,with a basic grid format and no color.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
52
Tables cannot be used to position text and images.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
53
Creating tables for a Web page always includes ____.

A)determining if a table is needed
B)captioning the table
C)coding the table
D)planning the table
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
54
All Web pages require the use of tables.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
55
Tables include features such as ____.

A)resolutions
B)captions
C)borders
D)headers
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
56
Creating tables for a Web page is a two-step process: (1)determining if a table is needed;and (2)coding the table.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
57
Tables consist of rows,columns,and cells,much like text files._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
58
You cannot apply a background color to a table cell.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
59
When a table is used to structure columns and rows of information,bordered tables are most appropriate._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
60
A general rule is that a table should be used when it will help organize information or Web page elements in such a way that it is easier for the Web page visitor to read.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
61
All tags for a table are inserted within the < ____________________ > tags.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
62
Tables used to structure columns and rows of information can benefit from having an index to clarify the contents of the table.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
63
Studies have been conducted to assess the best location on a Web page to place navigation bars and lists,with the results indicating that the top of the Web page is best in terms of visitor usability.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
64
A table ____________________ is the line that encloses the perimeter of the table.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
65
If you want to change a style,when you change it in the external (linked)stylesheet,it automatically takes effect in any Web page that is linked to the external style sheet.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
66
Before using row or column spanning,it is best to sketch your ideas on paper first.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
67
____________________ established a major change in how tables are formatted.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
68
To create an external style sheet,enter all of the style statements in a text file using Notepad++ or another text editor,and then save the text file with a .css extension.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
69
When a table uses the spacing and padding styles,the size of each data cell is automatically set to the minimum size needed for the text inserted in the data cell.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
70
Given an external style sheet named styles1.css,the code < link rel="stylesheet" type="text/css" href="styles1.css" / > will link the HTML file in which this code appears to that style sheet.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
71
You can help visitors more easily read a table full of information by varying the background colors effectively.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
72
With the flexibility of inline styles,you can adjust the border spacing and padding at the table header or table data cell level.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
73
Consider using external styles for any style that is unique for a single element,such as when you want one word or paragraph and one Webpage to look different than all others.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
74
If you add border spacing,you give more space around the content within a cell.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
75
After a table is sketched on paper,it is easier to see how many rows and columns to create,if the table will include headings,and if any of the headings span rows or columns.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
76
The format of an external style sheet is very different from the format of an embedded style sheet.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
77
Tables with borders are most appropriate when the tables are used to position text and image elements.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
78
There are ____________________ main HTML tags used to create a table.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
79
A table ____________________ is descriptive text located above or below the table that further describes the purpose of the table.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
80
If the content in a table is broken into logical segments of information,you should not use row or column spanning.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 112 flashcards in this deck.