Documentation
¶
Index ¶
- func AccessKey(accesskey string) func(e Element)
- func Action(t string) func(Element)
- func Charset(charset string) func(Element)
- func Class(class string) func(e Element)
- func ContentAttr(t string) func(Element)
- func Coords(coords string) func(Element)
- func Dir(dir string) func(Element)
- func EncType(t string) func(Element)
- func FormId(formid string) func(Element)
- func Hidden(hidden string) func(e Element)
- func High(high string) func(Element)
- func Href(href string) func(Element)
- func Id(id string) func(element Element)
- func Kind(dir string) func(Element)
- func LabelAttr(dir string) func(Element)
- func Lang(lang string) func(element Element)
- func Level(level int) func(*tag)
- func Low(low string) func(Element)
- func Max(max string) func(Element)
- func Media(media string) func(Element)
- func Method(t string) func(Element)
- func Min(min string) func(Element)
- func Name(name string) func(Element)
- func Optimum(optimum string) func(Element)
- func Rel(dir string) func(Element)
- func Shape(shape string) func(Element)
- func Src(source string) func(Element)
- func SrcLang(dir string) func(Element)
- func SrcSet(srcset string) func(Element)
- func StyleAttr(t string) func(Element)
- func TabIndex(t string) func(Element)
- func Target(target string) func(Element)
- func TitleAttr(title string) func(element Element)
- func Type(t string) func(Element)
- func UseMap(usemap string) func(Element)
- func Value(value string) func(Element)
- type Element
- func Abbr(attrs ...func(Element)) Element
- func Address(attrs ...func(Element)) Element
- func Area(attrs ...func(Element)) Element
- func Article(attrs ...func(Element)) Element
- func Aside(attrs ...func(Element)) Element
- func Audio(attrs ...func(Element)) Element
- func B(attrs ...func(Element)) Element
- func Base(attrs ...func(Element)) Element
- func Bdi(attrs ...func(Element)) Element
- func Bdo(attrs ...func(Element)) Element
- func Blockquote(attrs ...func(Element)) Element
- func Body(attrs ...func(Element)) Element
- func Br(attrs ...func(Element)) Element
- func Button(attrs ...func(Element)) Element
- func Canvas(attrs ...func(Element)) Element
- func Caption(attrs ...func(Element)) Element
- func Cite(attrs ...func(Element)) Element
- func Code(attrs ...func(Element)) Element
- func Col(attrs ...func(Element)) Element
- func Colgroup(attrs ...func(Element)) Element
- func Content(data string) Element
- func Data(attrs ...func(Element)) Element
- func DataList(attrs ...func(Element)) Element
- func Dd(attrs ...func(Element)) Element
- func Del(attrs ...func(Element)) Element
- func Details(attrs ...func(Element)) Element
- func Dfn(attrs ...func(Element)) Element
- func Dialog(attrs ...func(Element)) Element
- func Div(attrs ...func(Element)) Element
- func Dl(attrs ...func(Element)) Element
- func DocType() Element
- func Dt(attrs ...func(Element)) Element
- func Em(attrs ...func(Element)) Element
- func Embed(attrs ...func(Element)) Element
- func Fieldset(attrs ...func(Element)) Element
- func FigCaption(attrs ...func(Element)) Element
- func Figure(attrs ...func(Element)) Element
- func Footer(attrs ...func(Element)) Element
- func Form(attrs ...func(Element)) Element
- func Head(attrs ...func(Element)) Element
- func Header(attrs ...func(Element)) Element
- func Heading(attrs ...func(*tag)) Element
- func Hr(attrs ...func(Element)) Element
- func Html(attrs ...func(Element)) Element
- func I(attrs ...func(Element)) Element
- func Img(attrs ...func(Element)) Element
- func Input(attrs ...func(Element)) Element
- func Ins(attrs ...func(Element)) Element
- func Kbd(attrs ...func(Element)) Element
- func Label(attrs ...func(Element)) Element
- func Legend(attrs ...func(Element)) Element
- func Li(attrs ...func(Element)) Element
- func Link(attrs ...func(Element)) Element
- func Main(attrs ...func(Element)) Element
- func Map(attrs ...func(Element)) Element
- func Mark(attrs ...func(Element)) Element
- func Meta(attrs ...func(Element)) Element
- func Meter(attrs ...func(Element)) Element
- func Nav(attrs ...func(Element)) Element
- func NoScript(attrs ...func(Element)) Element
- func Object(attrs ...func(Element)) Element
- func Ol(attrs ...func(Element)) Element
- func OptGroup(attrs ...func(Element)) Element
- func Option(attrs ...func(Element)) Element
- func Output(attrs ...func(Element)) Element
- func P(attrs ...func(Element)) Element
- func Param(attrs ...func(Element)) Element
- func Picture(attrs ...func(Element)) Element
- func Pre(attrs ...func(Element)) Element
- func Progress(attrs ...func(Element)) Element
- func Q(attrs ...func(Element)) Element
- func Rp(attrs ...func(Element)) Element
- func Rt(attrs ...func(Element)) Element
- func Ruby(attrs ...func(Element)) Element
- func S(attrs ...func(Element)) Element
- func Samp(attrs ...func(Element)) Element
- func Script(attrs ...func(Element)) Element
- func Section(attrs ...func(Element)) Element
- func Select(attrs ...func(Element)) Element
- func Small(attrs ...func(Element)) Element
- func Source(attrs ...func(Element)) Element
- func Span(attrs ...func(Element)) Element
- func Strong(attrs ...func(Element)) Element
- func Style(attrs ...func(Element)) Element
- func Sub(attrs ...func(Element)) Element
- func Summary(attrs ...func(Element)) Element
- func Sup(attrs ...func(Element)) Element
- func Svg(attrs ...func(Element)) Element
- func Table(attrs ...func(Element)) Element
- func Tbody(attrs ...func(Element)) Element
- func Td(attrs ...func(Element)) Element
- func Template(attrs ...func(Element)) Element
- func TextArea(attrs ...func(Element)) Element
- func Tfoot(attrs ...func(Element)) Element
- func Th(attrs ...func(Element)) Element
- func Thead(attrs ...func(Element)) Element
- func Time(attrs ...func(Element)) Element
- func Title(attrs ...func(Element)) Element
- func Tr(attrs ...func(Element)) Element
- func Track(attrs ...func(Element)) Element
- func U(attrs ...func(Element)) Element
- func Ul(attrs ...func(Element)) Element
- func Var(attrs ...func(Element)) Element
- func Video(attrs ...func(Element)) Element
- func Wbr(attrs ...func(Element)) Element
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.