How do you create different table section?
Answer fast....
Answers
Answered by
1
Answer:
You can create multiple sections within a table by using multiple <tbody> elements. Each may potentially have its own header row or rows; however, there can be only one <thead> per table! Because of that, you need to use a <tr> filled with <th> elements to create headers within each <tbody> .
Similar questions