Exam 6: Working With Tables and Columns Tutorial

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

Which of the following is a default value for border-collapse property?

(Multiple Choice)
4.8/5
(31)

Case-Based Critical Thinking Questions Case 6.2 Luis has created a web page for a textile industry. When viewing the web page on a different computer, Luis notices a difference in the web page layout. So he decided to make changes in the code to make the layout suitable on all computers. Luis has created a table to include the definitions of manufacturing tools used in the industry. He wants to add a space between each column cell of the definition for better understanding. Identify a property that Luis should include in the code to fulfill the requirement.

(Multiple Choice)
4.7/5
(36)

Columns and column groups accept only CSS style properties to modify the column borders, background, width, and visibility.

(True/False)
4.9/5
(32)

  In the given figure, Box A refers to _____. In the given figure, Box A refers to _____.

(Multiple Choice)
4.7/5
(36)

Identify the first step to create a responsive web table that relies only on CSS.

(Multiple Choice)
4.8/5
(41)

_____ is a single cell that occupies more than one cell row and/or column.

(Multiple Choice)
4.8/5
(24)

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. Andy has created a table for product details where the names of the products and prices of the products are the headers of the table. Which of the following style rules should he add to place a border of 10-pixels around the table with a white background?

(Multiple Choice)
4.9/5
(44)

The style rule border-spacing: 10px; specifies that all borders within a table should be separated by a distance of 10 pixels.

(True/False)
4.8/5
(36)

What is the purpose of colspan in ?

(Multiple Choice)
4.9/5
(43)

Which of the following statements is true of adding adjacent borders, to a table, using CSS?

(Multiple Choice)
4.7/5
(36)

For widows property widows: value; value is the minimum number of lines stranded before a column break.

(True/False)
4.9/5
(38)

Identify the three row groups supported by HTML.

(Multiple Choice)
4.8/5
(45)

Which of the following statements is true of row groups?

(Multiple Choice)
4.9/5
(42)
Identify the letters of the choices that best match the phrases or definitions.
It is placed at the start of each row to identify the row content.
Column width
It is used to move the cell text in a table.
Data attributes
It a line of text placed at the top of a column.
td element
Correct Answer:
Verified
Premises:
Responses:
It is placed at the start of each row to identify the row content.
Column width
It is used to move the cell text in a table.
Data attributes
It a line of text placed at the top of a column.
td element
The boundary around the entire table is hidden but a 1-pixel blue boundary is assigned to the cells within the table.
vertical-align property
The table features are hidden as it does not use the table header or footer.
widows property
It acts like the basis value for items in a flexbox.
Spanning cells
They are created by adding the rowspan and colspan attributes to either td or th elements.
Table footer row group
It is used to mark table cell content that is not the head of a row or column.
Header cell
It appears before the table body group.
Separate borders model
They are often used for database applications that read the contents of HTML files.
Responsive table design
(Matching)
4.8/5
(34)

Which of the following CSS properties is used to align the caption text horizontally?

(Multiple Choice)
4.7/5
(36)

Which of the following HTML structures arranges text in multiple rows and columns?

(Multiple Choice)
4.8/5
(34)

Identify a property that is used to separate one column from the next using graphic dividing line.

(Multiple Choice)
4.9/5
(39)

The _____ attribute is added to a element to create a cell that spreads across several cells vertically.

(Multiple Choice)
4.7/5
(34)

A table contains five columns where one of the cells in a row spans three columns. Identify the number of table cells that will exist in that row.

(Multiple Choice)
4.8/5
(38)

What are the CSS properties that are used to manage column breaks?

(Essay)
4.9/5
(33)
Showing 41 - 60 of 69
close modal

Filters

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