CBSE Class 10 Computer Applications
Question 110 of 125
HTML II — Images, Links and Tables — Question 24
Back to all questions 24
Question Question 24
How can you specify following in a table :
(i) background image
(ii) background colour
(iii) table height
(iv) table width ?
(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.