Describe how to use CSS to apply table styles to other Web page elements.

What will be an ideal response?


First you determine the elements that you would like to have rendered like a table. Determine which table element will delimit the table. Then determine which elements should be rendered as table rows, followed by table cells. You can also define elements to be table headings, table groups, and table captions. The table styles are display styles. For example, to specify that an element should display like the table element, you would use display: table. The complete list of table display styles that you can use are: display: table, display: table-inline, display: table-row, display: table-row-group, display: table-header-group, display: table-footer-group, display: table-column. display: table-column-group, display: table-cell, and display: table-caption. Refer to Table 5-49 on page HTML 369.

Computer Science & Information Technology

You might also like to view...

If existing functions in Excel use ranges of cells that are affected by inserting or deleting rows or columns, the ________ ranges are updated automatically

A) syntax B) argument C) selected D) segmented

Computer Science & Information Technology

All windows have a title bar

Indicate whether the statement is true or false

Computer Science & Information Technology

Pressing the Enter key at the terminal generates a newline character, ‘\n', which is interpreted by getline() as ____.

A. the end of data input B. the end of a block of data C. the end-of-line entry D. a keyboard error

Computer Science & Information Technology

The most popular tools for code assistance are called integrated development environments. or IDE's.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology