Exam 6: Working With Tables and Columns Tutorial

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which of the following table objects has the highest precedence in terms of style?

Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
Verified

A

By default, a browser places a table caption _____.

Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
Verified

C

Write an HTML code to create a table with three rows and two columns. Add appropriate headers and enter the data into the table.

Free
(Essay)
4.7/5
(35)
Correct Answer:
Verified

Name Roll No Andy 34 Anish 35

Only one caption is allowed per web table.

(True/False)
4.9/5
(33)

Explain table row group elements and the order that should be maintained when writing an HTML code.

(Essay)
4.9/5
(24)

When two adjacent 1-pixel-wide borders are collapsed together, the width of the resulting border is _____.

(Multiple Choice)
4.8/5
(41)

Case-Based Critical Thinking Questions Case 6.1 Andy designed a web page for a product-oriented industry using CSS properties. He used several HTML tags to create the web page. He also used tables to ensure that the data is easily managed. Which of the following properties must Andy use to set the gap between the borders created by using the border-collapse property?

(Multiple Choice)
4.8/5
(34)

  In the given figure, identify the row group element Box A. In the given figure, identify the row group element Box A.

(Multiple Choice)
4.9/5
(41)

HTML supports three row groups, which define rows that belong to the table head, table border , or table body.

(True/False)
4.8/5
(34)

The two types of table cells supported by web tables are _____.

(Multiple Choice)
4.7/5
(44)

The style rule columns: 250px 4; creates a layout of 4 columns with a minimum width of 250 pixels each.

(True/False)
4.8/5
(34)

The default browser style for data cells is to display text as unformatted text and left-aligned within the cell.

(True/False)
4.8/5
(42)

Consider the following code. How many columns does the element create?

(Multiple Choice)
4.8/5
(34)

While treating an entire definition list as a table, the div elements act as table rows and both the definition term and the descriptions act as table cells within that row.

(True/False)
4.9/5
(39)

Which of the following HTML elements is used to create header cells in a web table?

(Multiple Choice)
4.7/5
(39)

Once columns are defined using the colgroup and col elements, individual columns can be identified using id and class attributes to apply CSS styles to specific columns.

(True/False)
4.7/5
(44)

Spanning cells are created by adding div attributes to either td or th element.

(True/False)
4.7/5
(38)

The th element is used to mark the data cells .

(True/False)
4.9/5
(37)

Which of the following HTML tags is used to set the width of a table border?

(Multiple Choice)
4.9/5
(44)

A table has one row with four cells and another row with five. After mapping the cells, the table will have five columns.

(True/False)
4.8/5
(40)
Showing 1 - 20 of 69
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)