Deck 8: Creating Tables and Forms

Full screen (f)
exit full mode
Question
In the context of styling table elements, which format is used to specify the background-color property for a table header?

A) table, th, td { background-color: #F5F5F0; }
B) table { background-color: #F5F5F0; }
C) th { background-color: #F5F5F0; }
D) theader { background-color: #F5F5F0; }
Use Space or
up arrow
down arrow
to flip the card.
Question
Identify a style rule that should be used to set the height of a table data cell to 2em.

A) { height: 2em; }
B) td { height: 2em; }
C) tdata { : 2em; }
D) { height: 2em; }
Question
The border-collapse property with a value of _____ is used to display a table with single, consolidated borders.

A) consolidate
B) 0
C) 1
D) collapse
Question
Identify the code that is used to create a table that includes a table caption and table headers.

A) Semester 1 Semester 2 College Course
B) College Course Semester 1 Semester 2
C) College Course Semester 1 Semester 2
D) College Course Semester 1 Semester 2
Question
Websites that make visitors create an account or register for an event use _____ to collect information about their customers.

A) forms
B) scripts
C) layouts
D) voice recorders
Question
The table _____ text appears above a table, spans its length, and is center-aligned by default.

A) border
B) form
C) header
D) caption
Question
A webpage visitor uses a(n) _____ to make a selection or perform a command.

A) information collector window
B) selection panel
C) data input control
D) command regulator
Question
Identify a correct format to insert the table header element "Days."

A) Days
B) Days
C) Days
D) Days
Question
To create a textarea control, one needs to use the _____ instead of the input element.

A) output element
B) control element
C) textarea element
D) label element
Question
Which control creates an option menu from which a visitor makes one or more choices?

A) select
B) radio
C) reset
D) textarea
Question
Which control limits the webpage visitor to only one choice from a list of choices?

A) select
B) radio
C) checkbox
D) textarea
Question
Which button sends the form information to the appropriate location for processing?

A) Select
B) R adio
C) Submit
D) Reset
Question
Identify a style rule that applies only to the th element, and not to the td elements, and uniquely formats the table header elements to have a dark gray background and white text.

A) { background-color: #1D1D1C; color: #FFFFFF; }
B) th { background-color: #1D1D1C; color: #FFFFFF; td: 0; }
C) th, td:0{ background-color: #1D1D1C; color: #FFFFFF; }
D) th { background-color: #1D1D1C; color: #FFFFFF; }
Question
Identify a style rule used to align the table data in the center of the cell.

A) th { : center; }
B) tdata { text-align: ; }
C) td { text-align: center; }
D) table_data { text-align: center; }
Question
Identify a style rule that should be used to apply 1em of padding to a table caption, header, and data cells.

A) caption, header, data { padding: 1em; }
B) tc, th, td { padding: 1em; }
C) { padding: 1em; }
D) caption, th, td { padding: 1em; }
Question
Consider the following code:table!-- Start Table --captionGroup Fitness Class Schedule/captiontrthClass/ththDays/ththTimes/ththInstructor/ththRoom/th/trIdentify the number of rows in the table.

A) 2
B) 5
C) 1
D) Undefined
Question
Identify a style rule that applies a thin (0.1em) solid black (#000000) border and 1em of padding to all sides of a table header and table data elements.

A) th, td { border: 0.1em solid #000000; padding: 1em; }
B) th, td { : 0.1em solid #000000; : 1em; }
C) { border: (0.1em solid #000000); padding: (1em); }
D) , { border: 0.1em solid #000000; padding: 1em; } ,
Question
Which graphic presents related information in rows and columns, and is especially useful when comparing types of data or listing topics and details?

A) graph
B) table
C) chart
D) map
Question
While styling a table for a tablet viewport, the table can be centered on the page by setting the left and right margins to a value of _____.

A) auto
B) 0
C) 1
D) center
Question
Identify the code used to create a 25-character text box for a user's last name.

A) Last Name: size="25">
B) Last Name:
C) Last Name: "lastname" size="25">
D) Last Name(TEXT): size="25">
Question
Identify the code that adds a label and a textarea element to a form to provide an opportunity for customers to ask questions.

A) Questions? name="questions" rows="3" cols="25">
B) Questions? name="questions" rows="3" cols="25">
C) for="questions"> Questions? name="questions" rows="3" cols="25">
D) ="questions" Questions? name="questions" rows="3" cols="25">
Question
A script is a program that runs in a browser to add functionality to a webpage.
Question
A user input form is used to provide information to website visitors.
Question
A label accepts text, such as names, dates, and passwords, and is often called an input field.
Question
Identify a correctly formatted form tag with the post method and a specified action.

A) method= "POST" ="formInfo.php"
B) "POST" action="formInfo.php">
C) = "POST"
D) method= "POST" action="formInfo.php">
Question
Heading cells are used to display column headings that identify the information in each column.
Question
While  processing a form, the _____ attribute of the form tag specifies how to send the data entered in the form to the server to be processed.

A) required
B) pattern
C) action
D) method
Question
Identify the code that creates a label and a text box for a visitor's first name.

A) for="fName">First Name
B) First Name:
C) for="fName">First Name:
D) First Name:
Question
A _____ is a horizontal line of information in a table.

A) header
B) row
C) list
D) break-note
Question
While processing a form, the _____ method sends a separate data file with the name-value pairs to the URL (or email address) indicated in the action attribute.

A) get
B) link
C) post
D) send
Question
Businesses are not permitted to use forms to collect information about their customers.
Question
Content that can be organized into categories and items is often best presented in a hierarchical format.
Question
A table can have only one caption.
Question
Identify a style rule that specifies a block display for label elements.

A) { display: block; }
B) label { : block; }
C) label { display: block; }
D) { display: block; }
Question
Use the _____  attribute of the form tag to specify the action the browser takes when submitting the form. 

A) enctype
B) pattern
C) action
D) autocomplete
Question
Identify the code used to create submit controls.

A) input type="submit" value="Submit"
B) nput type=submit value=Submit
C) input type:"submit" value:"Submit"
D) input type:submit value:Submit
Question
Form _____ identify the type of information to enter into or select from an input control.

A) actions
B) layouts
C) scripts
D) labels
Question
To avoid horizontal scrolling, display the form elements as _____ so that each element appears on its own line. 

A) charts
B) tables
C) grids
D) blocks
Question
A(n) _____ displays text as bold and center-aligned.

A) data element
B) marked text
C) indexing element
D) header cell
Question
A footnote is a vertical line of information in a table.
Question
When a border is applied to table elements, by default, every adjacent cell has a common border.
Question
Many  HTML 5 attributes  are not supported by all major browsers.
Question
When the webpage visitor is limited to only one choice from a list by a radio control, each form control choice has a radio button, or option button, which typically appears as an open circle.
Question
Tables should only be used to design a layout for a webpage.
Question
For button, reset, and submit controls, the value attribute specifies the data submitted with the form when the control is selected.
Question
The get method is the more common method in form processing because it can be used to send sensitive form data and does not have a size limitation.
Question
Tables can include headers and captions individually or in combination.
Question
A webpage form must include a submit control, but not necessarily a reset control.
Question
The HTML element theader … /theader is used to indicate the start and end of a table header area.
Question
Identify an HTML element that indicates the start and end of a table caption.

A) table_caption> … B) tc> … C) tcaption> … D) caption> …
Question
Identify an HTML table element that indicates the start and end of a row within a table.

A) table> … B) tr> … C) tb> … D) row> …
Question
A table containing numeric information can be converted to a chart for the mobile viewport.
Question
The image input type creates the default button instead of a graphical button.
Question
A bulleted list can be used instead of a table to present complex tabular information such as a class schedule clearly.
Question
Without styles applied to a table, all the columns appear to run together.
Question
While defining a table, the caption tag should be inserted after the starting tr tag.
Question
To set a particular check box to be preselected as the default, the checked attribute and value should be used within the input tag.
Question
Only visual browsers can use headers to identify table content.
Question
Identify the code used to create a table with one row and two columns.

A) Semester 1 Semester 2
B) Semester 1 Semester 2
C) Semester 1 Semester 2
D) Semester 1 Semester 2
Question
Table formatting attributes, such as borders and spacing, are set by default while creating a table in HTML.
Question
Which table element is typically used to identify row or column content?

A) headers
B) titles
C) links
D) tags
Question
Match between columns
It is helpful when one needs to provide a lot of content in a compact form.
Table
It is helpful when one needs to provide a lot of content in a compact form.
Cell
It is helpful when one needs to provide a lot of content in a compact form.
Table header
It is helpful when one needs to provide a lot of content in a compact form.
Mobile viewport
It is helpful when one needs to provide a lot of content in a compact form.
Ampersand (&)
It is helpful when one needs to provide a lot of content in a compact form.
Separated border
It is helpful when one needs to provide a lot of content in a compact form.
Form
It is helpful when one needs to provide a lot of content in a compact form.
Label
It is helpful when one needs to provide a lot of content in a compact form.
Password control
It is helpful when one needs to provide a lot of content in a compact form.
Checkbox control
It is like a text control because it provides a text box for a single line of input.
Table
It is like a text control because it provides a text box for a single line of input.
Cell
It is like a text control because it provides a text box for a single line of input.
Table header
It is like a text control because it provides a text box for a single line of input.
Mobile viewport
It is like a text control because it provides a text box for a single line of input.
Ampersand (&)
It is like a text control because it provides a text box for a single line of input.
Separated border
It is like a text control because it provides a text box for a single line of input.
Form
It is like a text control because it provides a text box for a single line of input.
Label
It is like a text control because it provides a text box for a single line of input.
Password control
It is like a text control because it provides a text box for a single line of input.
Checkbox control
It is the text that describes the type of information to enter with an input control.
Table
It is the text that describes the type of information to enter with an input control.
Cell
It is the text that describes the type of information to enter with an input control.
Table header
It is the text that describes the type of information to enter with an input control.
Mobile viewport
It is the text that describes the type of information to enter with an input control.
Ampersand (&)
It is the text that describes the type of information to enter with an input control.
Separated border
It is the text that describes the type of information to enter with an input control.
Form
It is the text that describes the type of information to enter with an input control.
Label
It is the text that describes the type of information to enter with an input control.
Password control
It is the text that describes the type of information to enter with an input control.
Checkbox control
It provides a structured way to collect information from webpage visitors.
Table
It provides a structured way to collect information from webpage visitors.
Cell
It provides a structured way to collect information from webpage visitors.
Table header
It provides a structured way to collect information from webpage visitors.
Mobile viewport
It provides a structured way to collect information from webpage visitors.
Ampersand (&)
It provides a structured way to collect information from webpage visitors.
Separated border
It provides a structured way to collect information from webpage visitors.
Form
It provides a structured way to collect information from webpage visitors.
Label
It provides a structured way to collect information from webpage visitors.
Password control
It provides a structured way to collect information from webpage visitors.
Checkbox control
It is used to save space in tables.
Table
It is used to save space in tables.
Cell
It is used to save space in tables.
Table header
It is used to save space in tables.
Mobile viewport
It is used to save space in tables.
Ampersand (&)
It is used to save space in tables.
Separated border
It is used to save space in tables.
Form
It is used to save space in tables.
Label
It is used to save space in tables.
Password control
It is used to save space in tables.
Checkbox control
It is the intersection of a row and a column and usually contains data.
Table
It is the intersection of a row and a column and usually contains data.
Cell
It is the intersection of a row and a column and usually contains data.
Table header
It is the intersection of a row and a column and usually contains data.
Mobile viewport
It is the intersection of a row and a column and usually contains data.
Ampersand (&)
It is the intersection of a row and a column and usually contains data.
Separated border
It is the intersection of a row and a column and usually contains data.
Form
It is the intersection of a row and a column and usually contains data.
Label
It is the intersection of a row and a column and usually contains data.
Password control
It is the intersection of a row and a column and usually contains data.
Checkbox control
When this is applied, it makes the table appear to be using double lines between each table data cell.
Table
When this is applied, it makes the table appear to be using double lines between each table data cell.
Cell
When this is applied, it makes the table appear to be using double lines between each table data cell.
Table header
When this is applied, it makes the table appear to be using double lines between each table data cell.
Mobile viewport
When this is applied, it makes the table appear to be using double lines between each table data cell.
Ampersand (&)
When this is applied, it makes the table appear to be using double lines between each table data cell.
Separated border
When this is applied, it makes the table appear to be using double lines between each table data cell.
Form
When this is applied, it makes the table appear to be using double lines between each table data cell.
Label
When this is applied, it makes the table appear to be using double lines between each table data cell.
Password control
When this is applied, it makes the table appear to be using double lines between each table data cell.
Checkbox control
It allows a webpage visitor to select items from a list of one or more choices.
Table
It allows a webpage visitor to select items from a list of one or more choices.
Cell
It allows a webpage visitor to select items from a list of one or more choices.
Table header
It allows a webpage visitor to select items from a list of one or more choices.
Mobile viewport
It allows a webpage visitor to select items from a list of one or more choices.
Ampersand (&)
It allows a webpage visitor to select items from a list of one or more choices.
Separated border
It allows a webpage visitor to select items from a list of one or more choices.
Form
It allows a webpage visitor to select items from a list of one or more choices.
Label
It allows a webpage visitor to select items from a list of one or more choices.
Password control
It allows a webpage visitor to select items from a list of one or more choices.
Checkbox control
It displays only the most important table content in a form such as a list.
Table
It displays only the most important table content in a form such as a list.
Cell
It displays only the most important table content in a form such as a list.
Table header
It displays only the most important table content in a form such as a list.
Mobile viewport
It displays only the most important table content in a form such as a list.
Ampersand (&)
It displays only the most important table content in a form such as a list.
Separated border
It displays only the most important table content in a form such as a list.
Form
It displays only the most important table content in a form such as a list.
Label
It displays only the most important table content in a form such as a list.
Password control
It displays only the most important table content in a form such as a list.
Checkbox control
It is formatted with bold, centered text that indicates the purpose of the row or column.
Table
It is formatted with bold, centered text that indicates the purpose of the row or column.
Cell
It is formatted with bold, centered text that indicates the purpose of the row or column.
Table header
It is formatted with bold, centered text that indicates the purpose of the row or column.
Mobile viewport
It is formatted with bold, centered text that indicates the purpose of the row or column.
Ampersand (&)
It is formatted with bold, centered text that indicates the purpose of the row or column.
Separated border
It is formatted with bold, centered text that indicates the purpose of the row or column.
Form
It is formatted with bold, centered text that indicates the purpose of the row or column.
Label
It is formatted with bold, centered text that indicates the purpose of the row or column.
Password control
It is formatted with bold, centered text that indicates the purpose of the row or column.
Checkbox control
Question
Explain the difference between the th and the thead tags.
Question
Apart from the table on meeting schedules, Ann has been asked by Jerema to incorporate financial updates as well. Since the financial data contain numeric information, styling the data table so it is easy to read using a mobile viewport might be a problem. To overcome this problem, Ann can consider converting the table to a _____ for the mobile viewport.

A) chart
B) matrix
C) grid
D) map
Question
A table _____ is the line that defines the perimeter of a table.

A) ruler
B) border
C) mark
D) frame
Question
Ann has used table styling properties to give the table a neat look. Although Ann has applied a border to the table element, each cell has its own border, making the table appear to have double lines between each table data cell. Which styling property should Ann use in this case to display the table with single, consolidated borders?

A) border-collapse property
B) border-width property
C) text-align property
D) text-compress property
Question
The number of table data elements in each table row element determines the number of _____ in the table.

A) captions
B) layouts
C) columns
D) margins
Question
Identify the format used by Jenny to insert a table along with a caption element that reads "Mark's Fitness Schedule."

A) Mark's Fitness Schedule . . .
B) Mark's Fitness Schedule . . .
C) Mark's Fitness Schedule . . .
D) Mark's Fitness Schedule . . .
Question
Jenny has to create a table that contains one header row and three columns, one each for balance exercise, strength exercise, and endurance exercise. Identify the format that Jenny uses to create this type of a table.

A) Balance exercise Strength exercise Endurance exercise
B) Balance exercise Strength exercise Endurance exercise
C) Balance exercise Strength exercise Endurance exercise
D) Balance exercise Strength exercise Endurance exercise
Question
Explain the appropriate method to plan the creation of effective tables.
Question
Briefly explain the method to submit and process a form.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/71
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 8: Creating Tables and Forms
1
In the context of styling table elements, which format is used to specify the background-color property for a table header?

A) table, th, td { background-color: #F5F5F0; }
B) table { background-color: #F5F5F0; }
C) th { background-color: #F5F5F0; }
D) theader { background-color: #F5F5F0; }
C
2
Identify a style rule that should be used to set the height of a table data cell to 2em.

A) { height: 2em; }
B) td { height: 2em; }
C) tdata { : 2em; }
D) { height: 2em; }
B
3
The border-collapse property with a value of _____ is used to display a table with single, consolidated borders.

A) consolidate
B) 0
C) 1
D) collapse
D
4
Identify the code that is used to create a table that includes a table caption and table headers.

A) Semester 1 Semester 2 College Course
B) College Course Semester 1 Semester 2
C) College Course Semester 1 Semester 2
D) College Course Semester 1 Semester 2
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
5
Websites that make visitors create an account or register for an event use _____ to collect information about their customers.

A) forms
B) scripts
C) layouts
D) voice recorders
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
6
The table _____ text appears above a table, spans its length, and is center-aligned by default.

A) border
B) form
C) header
D) caption
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
7
A webpage visitor uses a(n) _____ to make a selection or perform a command.

A) information collector window
B) selection panel
C) data input control
D) command regulator
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
8
Identify a correct format to insert the table header element "Days."

A) Days
B) Days
C) Days
D) Days
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
9
To create a textarea control, one needs to use the _____ instead of the input element.

A) output element
B) control element
C) textarea element
D) label element
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
10
Which control creates an option menu from which a visitor makes one or more choices?

A) select
B) radio
C) reset
D) textarea
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
11
Which control limits the webpage visitor to only one choice from a list of choices?

A) select
B) radio
C) checkbox
D) textarea
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
12
Which button sends the form information to the appropriate location for processing?

A) Select
B) R adio
C) Submit
D) Reset
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
13
Identify a style rule that applies only to the th element, and not to the td elements, and uniquely formats the table header elements to have a dark gray background and white text.

A) { background-color: #1D1D1C; color: #FFFFFF; }
B) th { background-color: #1D1D1C; color: #FFFFFF; td: 0; }
C) th, td:0{ background-color: #1D1D1C; color: #FFFFFF; }
D) th { background-color: #1D1D1C; color: #FFFFFF; }
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
14
Identify a style rule used to align the table data in the center of the cell.

A) th { : center; }
B) tdata { text-align: ; }
C) td { text-align: center; }
D) table_data { text-align: center; }
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
15
Identify a style rule that should be used to apply 1em of padding to a table caption, header, and data cells.

A) caption, header, data { padding: 1em; }
B) tc, th, td { padding: 1em; }
C) { padding: 1em; }
D) caption, th, td { padding: 1em; }
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
16
Consider the following code:table!-- Start Table --captionGroup Fitness Class Schedule/captiontrthClass/ththDays/ththTimes/ththInstructor/ththRoom/th/trIdentify the number of rows in the table.

A) 2
B) 5
C) 1
D) Undefined
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
17
Identify a style rule that applies a thin (0.1em) solid black (#000000) border and 1em of padding to all sides of a table header and table data elements.

A) th, td { border: 0.1em solid #000000; padding: 1em; }
B) th, td { : 0.1em solid #000000; : 1em; }
C) { border: (0.1em solid #000000); padding: (1em); }
D) , { border: 0.1em solid #000000; padding: 1em; } ,
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
18
Which graphic presents related information in rows and columns, and is especially useful when comparing types of data or listing topics and details?

A) graph
B) table
C) chart
D) map
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
19
While styling a table for a tablet viewport, the table can be centered on the page by setting the left and right margins to a value of _____.

A) auto
B) 0
C) 1
D) center
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
20
Identify the code used to create a 25-character text box for a user's last name.

A) Last Name: size="25">
B) Last Name:
C) Last Name: "lastname" size="25">
D) Last Name(TEXT): size="25">
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
21
Identify the code that adds a label and a textarea element to a form to provide an opportunity for customers to ask questions.

A) Questions? name="questions" rows="3" cols="25">
B) Questions? name="questions" rows="3" cols="25">
C) for="questions"> Questions? name="questions" rows="3" cols="25">
D) ="questions" Questions? name="questions" rows="3" cols="25">
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
22
A script is a program that runs in a browser to add functionality to a webpage.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
23
A user input form is used to provide information to website visitors.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
24
A label accepts text, such as names, dates, and passwords, and is often called an input field.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
25
Identify a correctly formatted form tag with the post method and a specified action.

A) method= "POST" ="formInfo.php"
B) "POST" action="formInfo.php">
C) = "POST"
D) method= "POST" action="formInfo.php">
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
26
Heading cells are used to display column headings that identify the information in each column.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
27
While  processing a form, the _____ attribute of the form tag specifies how to send the data entered in the form to the server to be processed.

A) required
B) pattern
C) action
D) method
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
28
Identify the code that creates a label and a text box for a visitor's first name.

A) for="fName">First Name
B) First Name:
C) for="fName">First Name:
D) First Name:
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
29
A _____ is a horizontal line of information in a table.

A) header
B) row
C) list
D) break-note
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
30
While processing a form, the _____ method sends a separate data file with the name-value pairs to the URL (or email address) indicated in the action attribute.

A) get
B) link
C) post
D) send
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
31
Businesses are not permitted to use forms to collect information about their customers.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
32
Content that can be organized into categories and items is often best presented in a hierarchical format.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
33
A table can have only one caption.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
34
Identify a style rule that specifies a block display for label elements.

A) { display: block; }
B) label { : block; }
C) label { display: block; }
D) { display: block; }
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
35
Use the _____  attribute of the form tag to specify the action the browser takes when submitting the form. 

A) enctype
B) pattern
C) action
D) autocomplete
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
36
Identify the code used to create submit controls.

A) input type="submit" value="Submit"
B) nput type=submit value=Submit
C) input type:"submit" value:"Submit"
D) input type:submit value:Submit
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
37
Form _____ identify the type of information to enter into or select from an input control.

A) actions
B) layouts
C) scripts
D) labels
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
38
To avoid horizontal scrolling, display the form elements as _____ so that each element appears on its own line. 

A) charts
B) tables
C) grids
D) blocks
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
39
A(n) _____ displays text as bold and center-aligned.

A) data element
B) marked text
C) indexing element
D) header cell
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
40
A footnote is a vertical line of information in a table.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
41
When a border is applied to table elements, by default, every adjacent cell has a common border.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
42
Many  HTML 5 attributes  are not supported by all major browsers.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
43
When the webpage visitor is limited to only one choice from a list by a radio control, each form control choice has a radio button, or option button, which typically appears as an open circle.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
44
Tables should only be used to design a layout for a webpage.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
45
For button, reset, and submit controls, the value attribute specifies the data submitted with the form when the control is selected.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
46
The get method is the more common method in form processing because it can be used to send sensitive form data and does not have a size limitation.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
47
Tables can include headers and captions individually or in combination.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
48
A webpage form must include a submit control, but not necessarily a reset control.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
49
The HTML element theader … /theader is used to indicate the start and end of a table header area.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
50
Identify an HTML element that indicates the start and end of a table caption.

A) table_caption> … B) tc> … C) tcaption> … D) caption> …
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
51
Identify an HTML table element that indicates the start and end of a row within a table.

A) table> … B) tr> … C) tb> … D) row> …
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
52
A table containing numeric information can be converted to a chart for the mobile viewport.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
53
The image input type creates the default button instead of a graphical button.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
54
A bulleted list can be used instead of a table to present complex tabular information such as a class schedule clearly.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
55
Without styles applied to a table, all the columns appear to run together.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
56
While defining a table, the caption tag should be inserted after the starting tr tag.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
57
To set a particular check box to be preselected as the default, the checked attribute and value should be used within the input tag.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
58
Only visual browsers can use headers to identify table content.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
59
Identify the code used to create a table with one row and two columns.

A) Semester 1 Semester 2
B) Semester 1 Semester 2
C) Semester 1 Semester 2
D) Semester 1 Semester 2
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
60
Table formatting attributes, such as borders and spacing, are set by default while creating a table in HTML.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
61
Which table element is typically used to identify row or column content?

A) headers
B) titles
C) links
D) tags
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
62
Match between columns
It is helpful when one needs to provide a lot of content in a compact form.
Table
It is helpful when one needs to provide a lot of content in a compact form.
Cell
It is helpful when one needs to provide a lot of content in a compact form.
Table header
It is helpful when one needs to provide a lot of content in a compact form.
Mobile viewport
It is helpful when one needs to provide a lot of content in a compact form.
Ampersand (&)
It is helpful when one needs to provide a lot of content in a compact form.
Separated border
It is helpful when one needs to provide a lot of content in a compact form.
Form
It is helpful when one needs to provide a lot of content in a compact form.
Label
It is helpful when one needs to provide a lot of content in a compact form.
Password control
It is helpful when one needs to provide a lot of content in a compact form.
Checkbox control
It is like a text control because it provides a text box for a single line of input.
Table
It is like a text control because it provides a text box for a single line of input.
Cell
It is like a text control because it provides a text box for a single line of input.
Table header
It is like a text control because it provides a text box for a single line of input.
Mobile viewport
It is like a text control because it provides a text box for a single line of input.
Ampersand (&)
It is like a text control because it provides a text box for a single line of input.
Separated border
It is like a text control because it provides a text box for a single line of input.
Form
It is like a text control because it provides a text box for a single line of input.
Label
It is like a text control because it provides a text box for a single line of input.
Password control
It is like a text control because it provides a text box for a single line of input.
Checkbox control
It is the text that describes the type of information to enter with an input control.
Table
It is the text that describes the type of information to enter with an input control.
Cell
It is the text that describes the type of information to enter with an input control.
Table header
It is the text that describes the type of information to enter with an input control.
Mobile viewport
It is the text that describes the type of information to enter with an input control.
Ampersand (&)
It is the text that describes the type of information to enter with an input control.
Separated border
It is the text that describes the type of information to enter with an input control.
Form
It is the text that describes the type of information to enter with an input control.
Label
It is the text that describes the type of information to enter with an input control.
Password control
It is the text that describes the type of information to enter with an input control.
Checkbox control
It provides a structured way to collect information from webpage visitors.
Table
It provides a structured way to collect information from webpage visitors.
Cell
It provides a structured way to collect information from webpage visitors.
Table header
It provides a structured way to collect information from webpage visitors.
Mobile viewport
It provides a structured way to collect information from webpage visitors.
Ampersand (&)
It provides a structured way to collect information from webpage visitors.
Separated border
It provides a structured way to collect information from webpage visitors.
Form
It provides a structured way to collect information from webpage visitors.
Label
It provides a structured way to collect information from webpage visitors.
Password control
It provides a structured way to collect information from webpage visitors.
Checkbox control
It is used to save space in tables.
Table
It is used to save space in tables.
Cell
It is used to save space in tables.
Table header
It is used to save space in tables.
Mobile viewport
It is used to save space in tables.
Ampersand (&)
It is used to save space in tables.
Separated border
It is used to save space in tables.
Form
It is used to save space in tables.
Label
It is used to save space in tables.
Password control
It is used to save space in tables.
Checkbox control
It is the intersection of a row and a column and usually contains data.
Table
It is the intersection of a row and a column and usually contains data.
Cell
It is the intersection of a row and a column and usually contains data.
Table header
It is the intersection of a row and a column and usually contains data.
Mobile viewport
It is the intersection of a row and a column and usually contains data.
Ampersand (&)
It is the intersection of a row and a column and usually contains data.
Separated border
It is the intersection of a row and a column and usually contains data.
Form
It is the intersection of a row and a column and usually contains data.
Label
It is the intersection of a row and a column and usually contains data.
Password control
It is the intersection of a row and a column and usually contains data.
Checkbox control
When this is applied, it makes the table appear to be using double lines between each table data cell.
Table
When this is applied, it makes the table appear to be using double lines between each table data cell.
Cell
When this is applied, it makes the table appear to be using double lines between each table data cell.
Table header
When this is applied, it makes the table appear to be using double lines between each table data cell.
Mobile viewport
When this is applied, it makes the table appear to be using double lines between each table data cell.
Ampersand (&)
When this is applied, it makes the table appear to be using double lines between each table data cell.
Separated border
When this is applied, it makes the table appear to be using double lines between each table data cell.
Form
When this is applied, it makes the table appear to be using double lines between each table data cell.
Label
When this is applied, it makes the table appear to be using double lines between each table data cell.
Password control
When this is applied, it makes the table appear to be using double lines between each table data cell.
Checkbox control
It allows a webpage visitor to select items from a list of one or more choices.
Table
It allows a webpage visitor to select items from a list of one or more choices.
Cell
It allows a webpage visitor to select items from a list of one or more choices.
Table header
It allows a webpage visitor to select items from a list of one or more choices.
Mobile viewport
It allows a webpage visitor to select items from a list of one or more choices.
Ampersand (&)
It allows a webpage visitor to select items from a list of one or more choices.
Separated border
It allows a webpage visitor to select items from a list of one or more choices.
Form
It allows a webpage visitor to select items from a list of one or more choices.
Label
It allows a webpage visitor to select items from a list of one or more choices.
Password control
It allows a webpage visitor to select items from a list of one or more choices.
Checkbox control
It displays only the most important table content in a form such as a list.
Table
It displays only the most important table content in a form such as a list.
Cell
It displays only the most important table content in a form such as a list.
Table header
It displays only the most important table content in a form such as a list.
Mobile viewport
It displays only the most important table content in a form such as a list.
Ampersand (&)
It displays only the most important table content in a form such as a list.
Separated border
It displays only the most important table content in a form such as a list.
Form
It displays only the most important table content in a form such as a list.
Label
It displays only the most important table content in a form such as a list.
Password control
It displays only the most important table content in a form such as a list.
Checkbox control
It is formatted with bold, centered text that indicates the purpose of the row or column.
Table
It is formatted with bold, centered text that indicates the purpose of the row or column.
Cell
It is formatted with bold, centered text that indicates the purpose of the row or column.
Table header
It is formatted with bold, centered text that indicates the purpose of the row or column.
Mobile viewport
It is formatted with bold, centered text that indicates the purpose of the row or column.
Ampersand (&)
It is formatted with bold, centered text that indicates the purpose of the row or column.
Separated border
It is formatted with bold, centered text that indicates the purpose of the row or column.
Form
It is formatted with bold, centered text that indicates the purpose of the row or column.
Label
It is formatted with bold, centered text that indicates the purpose of the row or column.
Password control
It is formatted with bold, centered text that indicates the purpose of the row or column.
Checkbox control
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
63
Explain the difference between the th and the thead tags.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
64
Apart from the table on meeting schedules, Ann has been asked by Jerema to incorporate financial updates as well. Since the financial data contain numeric information, styling the data table so it is easy to read using a mobile viewport might be a problem. To overcome this problem, Ann can consider converting the table to a _____ for the mobile viewport.

A) chart
B) matrix
C) grid
D) map
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
65
A table _____ is the line that defines the perimeter of a table.

A) ruler
B) border
C) mark
D) frame
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
66
Ann has used table styling properties to give the table a neat look. Although Ann has applied a border to the table element, each cell has its own border, making the table appear to have double lines between each table data cell. Which styling property should Ann use in this case to display the table with single, consolidated borders?

A) border-collapse property
B) border-width property
C) text-align property
D) text-compress property
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
67
The number of table data elements in each table row element determines the number of _____ in the table.

A) captions
B) layouts
C) columns
D) margins
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
68
Identify the format used by Jenny to insert a table along with a caption element that reads "Mark's Fitness Schedule."

A) Mark's Fitness Schedule . . .
B) Mark's Fitness Schedule . . .
C) Mark's Fitness Schedule . . .
D) Mark's Fitness Schedule . . .
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
69
Jenny has to create a table that contains one header row and three columns, one each for balance exercise, strength exercise, and endurance exercise. Identify the format that Jenny uses to create this type of a table.

A) Balance exercise Strength exercise Endurance exercise
B) Balance exercise Strength exercise Endurance exercise
C) Balance exercise Strength exercise Endurance exercise
D) Balance exercise Strength exercise Endurance exercise
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
70
Explain the appropriate method to plan the creation of effective tables.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
71
Briefly explain the method to submit and process a form.
Unlock Deck
Unlock for access to all 71 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 71 flashcards in this deck.