KnowledgeBoat Logo
|

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