Computer Applications
Which tag is used to specify
(i) table data ?
(ii) table header ?
(iii) table row ?
HTML Advanced Features
6 Likes
Answer
(i) <TD>
tag
(ii) <TH>
tag
(iii) <TR>
tag
Answered By
3 Likes
Related Questions
What is the use of having a SUMMARY attribute in
<TABLE>
tag ?How can you specify following in a table :
(i) background image
(ii) background colour
(iii) table height
(iv) table width ?
Name the attributes used for following :
(i) Setting the cell width
(ii) Setting cell's background image
(iii) Setting cell's background colour
(iv) Changing the cell span
(v) Aligning cell contents vertically.
What for are
<TH>
and<TR>
tags used ?