Documentation
¶
Overview ¶
Package thead provides constructors and methods for the HTML <thead> element.
The <thead> HTML element defines a set of rows defining the head of the columns of the table.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TagOpen = []byte("<thead") TagClose = []byte("</thead>") )
Byte constants for HTML rendering.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.