How can you specify following in a table :
(i) background image
(ii) background colour
(iii) table height
(iv) table width?
Answers
Answered by
7
Answer:
iii
background colour
Answered by
27
Answer: In HTML tables, there are three different sections: header, body and footer. These sections can be created using <thead> (header section), <tbody> (body section) and <tfoot> (footer section) tags.
Similar questions