CSS Portal
Run
Search
« Back to
HTML headers Attribute
<table border="1"> <thead> <tr> <th id="header1">Name</th> <th id="header2">Age</th> <th id="header3" headers="header1 header2">City</th> </tr> </thead> <tbody> <tr> <td>Alice</td> <td>30</td> <td>New York</td> </tr> <tr> <td>Bob</td> <td>25</td> <td>London</td> </tr> </tbody> </table>
If this site has been useful, we’d love your support! Running this site takes time and resources, and every small contribution helps us keep creating valuable content. Consider buying us a coffee to keep things going strong!
☕ Buy a Coffee