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