Explain the difference between the <thead>, <tbody>, and <tfoot> tags in a table.
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• <thead>: Contains the header row(s) of a table.
• <tbody>: Contains the main content rows.
• <tfoot>: Contains the footer rows.
| Is This Answer Correct ? | 0 Yes | 0 No |
• <thead>: Contains the header row(s) of a table.
• <tbody>: Contains the main content rows.
• <tfoot>: Contains the footer rows.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you create a title tag?
What is purpose of getCurrentPosition() method of geolocation object of HTML5?
What is the html document?
how do I make a picture a link?
What is use of a tag?
What is use of html?
What is a physical tag and logical tag in html?
Why is label used in html?
When a local storage data gets deleted?
What is inner text?
What if there is no text between the tags or if a text was omitted by mistake? Will it affect the display of the HTML file?
What is the purpose of 'required' attribute in HTML5?