Documentation
¶
Overview ¶
Package head provides constructors and methods for the HTML <head> element.
The <head> HTML element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets. There can be only one <head> element in an HTML document.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TagOpen = []byte("<head") TagClose = []byte("</head>") AttrProfile = []byte(" profile=\"") )
Byte constants for HTML rendering.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.