Lesson-7 Advanced HTML and CSS
Lesson-7 Advanced HTML and CSS
Table Heading and | Table Data.
© tag. The
table data can consist of lists, images, forms and other element. The TD is
a true container that can hold other HTML elements and more tables.
Example: A Simple table in HTML
|
and the |
tags (or between the pair of TH tags) code another table. The second table
‘must begin and end in the same cel.
Following is the example of using another table and other tags inside a table
cell.
) tag, most browsers
provide the text to become bold and centered, which can be a nice visual
effect, but the | tag should only be used in data tables. Do not use it in
Jayout tables because you may confuse screen reader user.
5. Use the simplest possible table configuration. Visually Challenged users
will “see” all the contents from tables. Their screen readers will inform
the number of rows and columns in the table. When they try to navigate
from one area to the other within the table, they may become disoriented.
The rule of thumb here is, the simpler the better.
6. Designate row and column headers using the | tag. The very first step
towards creating an accessible data table is to designate row and/or column
headers. This is easy enough to do. In the markup, the | tag is used for
table data cells and the | tag is used for table header cells.
INTEXT QUESTION 7.
1. Write True and False against the following statments:
(a) WIDTH specifies the height of a cell.
(b) CELLPADDING used to set the space between the cell data and cell ue
wall in a table.
(©) Table in HTML is defined row by row. The | |
---|