Exam 6: Working With Tables and Columns Tutorial
Exam 1: Getting Started With Html5118 Questions
Exam 2: Getting Started With Css Tutorial117 Questions
Exam 3: Designing a Page Layout Tutorial106 Questions
Exam 4: Graphic Design With Css Tutorial87 Questions
Exam 5: Designing for the Mobile Web Tutorial90 Questions
Exam 6: Working With Tables and Columns Tutorial69 Questions
Exam 7: Designing a Web Form Tutorial71 Questions
Exam 8: Enhancing a Website With Multimedia Tutorial73 Questions
Exam 9: Getting Started With Javascript Tutorial72 Questions
Exam 10: Exploring Arrays Loops and Conditional Statements Tutorial73 Questions
Exam 11: Working With Events and Styles Tutorial76 Questions
Exam 12: Working With Document Nodes and Style Sheets Tutorial76 Questions
Exam 13: Programming for Web Forms Tutorial78 Questions
Exam 14: Exploring Object-Based Programming77 Questions
Select questions type
Which of the following table objects has the highest precedence in terms of style?
Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
A
By default, a browser places a table caption _____.
Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
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:
Name Roll No Andy 34 Anish 35
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)