Multiple Choice
Case 8-1
James created a table of his school soccer team schedule that will be placed on the team's Web page.The table contains four columns: Opponent,Home/Away,Date,and Start Time.The table will contain 10 rows.James has some problems with formatting the table and asks Kyra to help him resolve them.
-James wants to have the table name (Soccer Team Schedule) appear above the table.He asks Kyra how this should be done.Which of the following answers is correct?
A) Include "Soccer Team Schedule" as a value of the title attribute.
B) Include the text "Soccer Team Schedule" within <th></th> tags.
C) Include the text "Soccer Team Schedule" within <caption></caption> tags before the <table> tag.
D) Include the text "Soccer Team Schedule" within <caption></caption> tags after the <table> tag.
Correct Answer:

Verified
Correct Answer:
Verified
Q82: Tables will expand or contract as the
Q83: Identify the letter of the choice that
Q84: Table elements cannot have padding.
Q85: When designing a Web page for potential
Q86: Today,HTML tables are used to create page
Q88: The overhead of processing a lot of
Q89: The column element is represented by the
Q90: _ lets you use formatting properties such
Q91: The total of stand-alone col elements plus
Q92: The table element is a(n)_ element.<br>A) inline<br>B)