The table tag is an empty element in HTML
true or false
Answers
Answered by
3
The given statement is "False". A further explanation is given below.
Explanation:
- You may describe the table heading using the <th> tag. This tag has been used to substitute the <td> tag often used to display the individual cell data.
- Typically, as seen below, people can place your upper part as that of the table heading, but then you can use the <th> component in just about any row. By design, headings that are specified in the <th> tag are oriented as well as bold.
So that the above is the correct answer.
Learn more:
https://brainly.in/question/25981912
Answered by
7
Answer:
FALSE
Explanation:
<TABLE> tag has many attributes (border,border colour,bgcolour,cellpadding etc) ;)
Similar questions