Computer Applications
How can you specify following in a table :
(i) background image
(ii) background colour
(iii) table height
(iv) table width ?
HTML Advanced Features
14 Likes
Answer
(i) background
attribute is used to specify the background image in a table.
(ii) bgcolor
attribute is used to specify the background color in a table.
(iii) height
attribute is used to specify the height of a table.
(iv) width
attribute is used to specify the width fo a table.
Answered By
5 Likes
Related Questions
What is the role of ALIGN attribute of
<TABLE>
tag ?What is the use of having a SUMMARY attribute in
<TABLE>
tag ?Which tag is used to specify
(i) table data ?
(ii) table header ?
(iii) table row ?
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.