Documentation
¶
Overview ¶
Package ul provides constructors and methods for the HTML <ul> element.
The <ul> HTML element represents an unordered list of items, typically rendered as a bulleted list.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TagOpen = []byte("<ul") TagClose = []byte("</ul>") AttrType = []byte(" type=\"") )
Byte constants for HTML rendering.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.