chpt8 quiz

pdf

School

Kwantlen Polytechnic University *

*We aren’t endorsed by this school

Course

1213

Subject

Computer Science

Date

Jan 9, 2024

Type

pdf

Pages

7

Uploaded by LieutenantCraneMaster888

Report
Question 1 Correct Mark 1.00 out of 1.00 Flag question Question text Which CSS property eliminates the space between the borders on table cells? Select one: a. border-spacing b. padding c. border-style d. cellpadding Feedback Your answer is correct. The correct answer is: border-spacing Question 2 Correct Mark 1.00 out of 1.00 Flag question Question text Which CSS property specifies the distance between the cell text and the cell border? Select one: a. border-style b. border-spacing c. padding d.
cellpadding Feedback Your answer is correct. The correct answer is: padding Question 3 Correct Mark 1.00 out of 1.00 Flag question Question text Which HTML tag pair is used to group rows in the footer of a table? Select one: a. <tr> </tr> b. <td> </td> c. <footer> </footer> d. <tfoot> </tfoot> Feedback Your answer is correct. The correct answer is: <tfoot> </tfoot> Question 4 Correct Mark 1.00 out of 1.00 Flag question Question text Which HTML element uses a border attribute to display a table with a border? Select one: a. <tr> b.
<td> c. <table> d. <tableborder> Feedback Your answer is correct. The correct answer is: <table> Question 5 Correct Mark 1.00 out of 1.00 Flag question Question text Which HTML tag pair is used to specify table heading? Select one: a. <head> </head> b. <th> </th> c. <td> </td> d. <tr> </tr> Feedback Your answer is correct. The correct answer is: <th> </th> Question 6 Correct Mark 1.00 out of 1.00 Flag question Question text Which HTML attribute associates a table data cell with a table header cell?
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Select one: a. headers b. head c. th d. align Feedback Your answer is correct. The correct answer is: headers Question 7 Correct Mark 1.00 out of 1.00 Flag question Question text Which HTML tag pair is used to begin and end a table row? Select one: a. <tr> </tr> b. <tbody> </tbody> c. <td> </td> d. <table> </table> Feedback Your answer is correct. The correct answer is: <tr> </tr> Question 8 Correct
Mark 1.00 out of 1.00 Flag question Question text Which of the following is the intended use of tables on web pages? Select one: a. organizing information b. forming hyperlinks c. configuring the layout of an entire page d. configuring a resume Feedback Your answer is correct. The correct answer is: organizing information Question 9 Correct Mark 1.00 out of 1.00 Flag question Question text Which CSS property specifies the background color of a table? Select one: a. bgcolor b. table-color c. background d. background-color Feedback
Your answer is correct. The correct answer is: background-color Question 10 Correct Mark 1.00 out of 1.00 Flag question Question text Which CSS pseudo-class applies to the first element of a specified type? Select one: a. :first-type b. :first-of-type c. :first d. :first-child Feedback Your answer is correct. The correct answer is: :first-of-type Question 11 Correct Mark 1.00 out of 1.00 Flag question Question text Use the Answer attribute to configure a table cell to occupy more than one row in the table. Feedback The correct answer is: rowspan Question 12 Correct Mark 1.00 out of 1.00 Flag question
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Question text The CSS Answer property can be used to configure the color and width of a table border. Feedback The correct answer is: border Question 13 Correct Mark 1.00 out of 1.00 Flag question Question text The Answer CSS property specifies the vertical alignment of the contents of a cell in a table. Feedback The correct answer is: vertical-align Question 14 Correct Mark 1.00 out of 1.00 Flag question Question text Answer is an attribute of the td element that associates the table data cell with a table header cell. Feedback The correct answer is: headers Question 15 Correct Mark 1.00 out of 1.00 Flag question Question text Use the Answer element to provide a brief description of a table that displays on the web page. Feedback The correct answer is: caption