what's difference between <th> & <thead> in a table element. plz help | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

what's difference between <th> & <thead> in a table element. plz help

30th Sep 2016, 6:31 PM
SETH ALELI
SETH ALELI - avatar
2 Antworten
+ 26
exactly
21st Jun 2017, 2:49 AM
Unknown
+ 4
The thead element should be used in conjunction with the tbody and tfoot elements. You use <thead> to encapsulate an entire row (or rows) to designate them as the Table Header. According to the spec, "This division enables user agents to support scrolling of table bodies independently of the table head and foot.
2nd Oct 2016, 8:43 AM
Rishit Sonecha
Rishit Sonecha - avatar