Documentation
¶
Overview ¶
Package body provides constructors and methods for the HTML <body> element.
The <body> HTML element represents the content of an HTML document. There can be only one <body> element in a document.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TagOpen = []byte("<body") TagClose = []byte("</body>") )
Byte constants for HTML rendering.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.