Versions in this module Expand all Collapse all v0 v0.1.1 Apr 10, 2026 Changes in this version type AttrType + const Cite + const DateTime + const Open + const TableHeadersAttr type Tag + const Blockquote + const Code + const Details + const Emphasis + const Fieldset + const Legend + const Preformatted + const Small + const Strong + const Summary + const TableBody + const TableDataCell + const TableFooter + const TableHeader + const TableHeaderCell + const TableRow + const Time v0.1.0 Apr 9, 2026 Changes in this version + const Description + const Stylesheet + const Viewport + type AttrType string + const Accept + const AccessKey + const Action + const AlternativeText + const AriaDescribedBy + const AriaHidden + const AriaLabel + const AriaLabelledBy + const As + const Async + const AutoComplete + const AutoPlay + const CharacterSet + const Checked + const Class + const ColSpan + const Content + const ContentEditable + const Controls + const CrossOrigin + const Decoding + const Defer + const Dir + const Disabled + const Download + const Draggable + const EncType + const For + const HTTPEquiv + const Height + const Hidden + const HrefLang + const HypertextReference + const ID + const Integrity + const Lang + const Loading + const Loop + const Max + const MaxLength + const Media + const Method + const Min + const MinLength + const Multiple + const Muted + const Name + const NoModule + const NoValidate + const Pattern + const Placeholder + const Poster + const Preload + const ReadOnly + const ReferrerPolicy + const Relationship + const Required + const Role + const RowSpan + const Sizes + const SourceAttr + const Spellcheck + const SrcSet + const Step + const StyleAttr + const TabIndex + const TableHeaders + const TableScope + const Target + const TitleAttr + const Translate + const Type + const Value + const Width + func ToAttr(s string) AttrType + type Attribute struct + Key AttrType + Value string + func Attr(key AttrType, value string) Attribute + func Attrs(attrs ...Attribute) []Attribute + type Element struct + Attrs []Attribute + Children []Element + Content string + Tag Tag + func (e Element) Render(w io.Writer) error + type Tag string + const Anchor + const Area + const Article + const Aside + const Base + const Body + const Break + const Button + const Col + const Division + const Embed + const Footer + const Form + const H1 + const H2 + const H3 + const H4 + const H5 + const H6 + const HTML + const Head + const Header + const HorizontalRule + const Image + const Input + const Label + const Link + const ListItem + const Main + const Meta + const Nav + const Option + const OrderedList + const Paragraph + const Script + const Section + const Select + const Source + const Span + const Style + const Table + const Tbody + const Td + const Textarea + const Tfoot + const Th + const Thead + const Title + const Tr + const Track + const UnorderedList + const Wbr + func ToTag(s string) Tag