tag

package
v0.13.66 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2025 License: BSD-3-Clause, BSD-3-Clause Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func A

func A(objects ...interface{}) (t *html.Element)

func ABBR

func ABBR(objects ...interface{}) (t *html.Element)

func ACRONYM

func ACRONYM(objects ...interface{}) (t *html.Element)

func ADDRESS

func ADDRESS(objects ...interface{}) (t *html.Element)

func AREA

func AREA(objects ...interface{}) (t *html.Element)

func ARTICLE

func ARTICLE(objects ...interface{}) (t *html.Element)

func ASIDE

func ASIDE(objects ...interface{}) (t *html.Element)

func ATTR

func ATTR(key1, val1 string, xyyy ...string) (s html.Attrs)

func AUDIO

func AUDIO(objects ...interface{}) (t *html.Element)

func AddFormElement

func AddFormElement(elements ...string)

func AddInline

func AddInline(elements ...string)

func AddSelfclosing

func AddSelfclosing(elements ...string)

func B

func B(objects ...interface{}) (t *html.Element)

func BASE

func BASE(objects ...interface{}) (t *html.Element)

func BDI

func BDI(objects ...interface{}) (t *html.Element)

func BDO

func BDO(objects ...interface{}) (t *html.Element)

func BIG

func BIG(objects ...interface{}) (t *html.Element)

func BLOCKQUOTE

func BLOCKQUOTE(objects ...interface{}) (t *html.Element)

func BODY

func BODY(objects ...interface{}) (t *html.Element)

func BR

func BR(objects ...interface{}) (t *html.Element)

func BUTTON

func BUTTON(objects ...interface{}) (t *html.Element)

FormField ??

func CANVAS

func CANVAS(objects ...interface{}) (t *html.Element)

func CAPTION

func CAPTION(objects ...interface{}) (t *html.Element)

func CITE

func CITE(objects ...interface{}) (t *html.Element)

func CODE

func CODE(objects ...interface{}) (t *html.Element)

func COL

func COL(objects ...interface{}) (t *html.Element)

func COLGROUP

func COLGROUP(objects ...interface{}) (t *html.Element)

func COMMAND

func COMMAND(objects ...interface{}) (t *html.Element)

func DATA

func DATA(objects ...interface{}) (t *html.Element)

func DATALIST

func DATALIST(objects ...interface{}) (t *html.Element)

<datalist id="ice-cream-flavors">

<option value="Chocolate"></option>
<option value="Coconut"></option>
<option value="Mint"></option>
<option value="Strawberry"></option>
<option value="Vanilla"></option>

</datalist>

func DD

func DD(objects ...interface{}) (t *html.Element)

func DEL

func DEL(objects ...interface{}) (t *html.Element)

func DETAILS

func DETAILS(objects ...interface{}) (t *html.Element)

func DFN

func DFN(objects ...interface{}) (t *html.Element)

func DIALOG

func DIALOG(objects ...interface{}) (t *html.Element)

func DIV

func DIV(objects ...interface{}) (t *html.Element)

func DL

func DL(objects ...interface{}) (t *html.Element)

func DT

func DT(objects ...interface{}) (t *html.Element)

func Doc

func Doc(objects ...interface{}) (t *html.Element)

pseudo element for position

func EM

func EM(objects ...interface{}) (t *html.Element)

func EMBED

func EMBED(objects ...interface{}) (t *html.Element)

func FIELDSET

func FIELDSET(objects ...interface{}) (t *html.Element)

func FIGCAPTION

func FIGCAPTION(objects ...interface{}) (t *html.Element)

func FIGURE

func FIGURE(objects ...interface{}) (t *html.Element)
func FOOTER(objects ...interface{}) (t *html.Element)

func FORM

func FORM(objects ...interface{}) (t *html.Element)

func FRAME

func FRAME(objects ...interface{}) (t *html.Element)

func FRAMESET

func FRAMESET(objects ...interface{}) (t *html.Element)

func H

func H(n int, objects ...interface{}) (t *html.Element)

make a heading of level n (h1, h2, ...)

func H1

func H1(objects ...interface{}) (t *html.Element)

func H2

func H2(objects ...interface{}) (t *html.Element)

func H3

func H3(objects ...interface{}) (t *html.Element)

func H4

func H4(objects ...interface{}) (t *html.Element)

func H5

func H5(objects ...interface{}) (t *html.Element)

func H6

func H6(objects ...interface{}) (t *html.Element)
func HEAD(objects ...interface{}) (t *html.Element)
func HEADER(objects ...interface{}) (t *html.Element)

func HGROUP

func HGROUP(objects ...interface{}) (t *html.Element)

func HR

func HR(objects ...interface{}) (t *html.Element)

func I

func I(objects ...interface{}) (t *html.Element)

func IFRAME

func IFRAME(objects ...interface{}) (t *html.Element)

func IMG

func IMG(objects ...interface{}) (t *html.Element)

func INPUT

func INPUT(objects ...interface{}) (t *html.Element)

func INS

func INS(objects ...interface{}) (t *html.Element)

func IsFormElement

func IsFormElement(element string) bool

func IsInline

func IsInline(element string) bool

func IsSelfclosing

func IsSelfclosing(element string) bool

func KBD

func KBD(objects ...interface{}) (t *html.Element)

func KEYGEN

func KEYGEN(objects ...interface{}) (t *html.Element)

func LABEL

func LABEL(objects ...interface{}) (t *html.Element)

func LEGEND

func LEGEND(objects ...interface{}) (t *html.Element)

func LI

func LI(objects ...interface{}) (t *html.Element)
func LINK(objects ...interface{}) (t *html.Element)

func MAIN added in v0.0.2

func MAIN(objects ...interface{}) (t *html.Element)

func MAP

func MAP(objects ...interface{}) (t *html.Element)

func MARK

func MARK(objects ...interface{}) (t *html.Element)
func MENU(objects ...interface{}) (t *html.Element)

func META

func META(objects ...interface{}) (t *html.Element)

func METER

func METER(objects ...interface{}) (t *html.Element)
func NAV(objects ...interface{}) (t *html.Element)

func NOFRAMES

func NOFRAMES(objects ...interface{}) (t *html.Element)

func NOSCRIPT

func NOSCRIPT(objects ...interface{}) (t *html.Element)

func OBJECT

func OBJECT(objects ...interface{}) (t *html.Element)

func OL

func OL(objects ...interface{}) (t *html.Element)

func OPTGROUP

func OPTGROUP(objects ...interface{}) (t *html.Element)

func OPTION

func OPTION(objects ...interface{}) (t *html.Element)

func OUTPUT

func OUTPUT(objects ...interface{}) (t *html.Element)

func P

func P(objects ...interface{}) (t *html.Element)

func PARAM

func PARAM(objects ...interface{}) (t *html.Element)

func PRE

func PRE(objects ...interface{}) (t *html.Element)

TODO: check if it is really not escaped

func PROGRESS

func PROGRESS(objects ...interface{}) (t *html.Element)

func Q

func Q(objects ...interface{}) (t *html.Element)

func RP

func RP(objects ...interface{}) (t *html.Element)

func RT

func RT(objects ...interface{}) (t *html.Element)

func RUBY

func RUBY(objects ...interface{}) (t *html.Element)

func SAMP

func SAMP(objects ...interface{}) (t *html.Element)

func SCRIPT

func SCRIPT(objects ...interface{}) (t *html.Element)

func SECTION

func SECTION(objects ...interface{}) (t *html.Element)

func SELECT

func SELECT(objects ...interface{}) (t *html.Element)

func SMALL

func SMALL(objects ...interface{}) (t *html.Element)

func SOURCE

func SOURCE(objects ...interface{}) (t *html.Element)

func SPAN

func SPAN(objects ...interface{}) (t *html.Element)

func STRONG

func STRONG(objects ...interface{}) (t *html.Element)

func SUB

func SUB(objects ...interface{}) (t *html.Element)

func SUMMARY

func SUMMARY(objects ...interface{}) (t *html.Element)

func SUP

func SUP(objects ...interface{}) (t *html.Element)

func SVG

func SVG(objects ...interface{}) (t *html.Element)

func TABLE

func TABLE(objects ...interface{}) (t *html.Element)

func TBODY

func TBODY(objects ...interface{}) (t *html.Element)

func TD

func TD(objects ...interface{}) (t *html.Element)

func TEMPLATE added in v0.9.2

func TEMPLATE(objects ...interface{}) (t *html.Element)

func TEXTAREA

func TEXTAREA(objects ...interface{}) (t *html.Element)

func TFOOT

func TFOOT(objects ...interface{}) (t *html.Element)

func TH

func TH(objects ...interface{}) (t *html.Element)

func THEAD

func THEAD(objects ...interface{}) (t *html.Element)

func TIME

func TIME(objects ...interface{}) (t *html.Element)

func TITLE

func TITLE(objects ...interface{}) (t *html.Element)

func TR

func TR(objects ...interface{}) (t *html.Element)

func TRACK

func TRACK(objects ...interface{}) (t *html.Element)

func TT

func TT(objects ...interface{}) (t *html.Element)

func UL

func UL(objects ...interface{}) (t *html.Element)

func VAR

func VAR(objects ...interface{}) (t *html.Element)

func VIDEO

func VIDEO(objects ...interface{}) (t *html.Element)

func WBR

func WBR(objects ...interface{}) (t *html.Element)

Types

type Class added in v0.6.0

type Class = html.Class

type Comment added in v0.6.0

type Comment = html.Comment

type DocType

type DocType struct {
	*html.Element
	// contains filtered or unexported fields
}

func HTML4_01Frameset

func HTML4_01Frameset(objects ...interface{}) (t *DocType)

func HTML4_01Strict

func HTML4_01Strict(objects ...interface{}) (t *DocType)

func HTML4_01Transitional

func HTML4_01Transitional(objects ...interface{}) (t *DocType)

func HTML5

func HTML5(objects ...interface{}) (t *DocType)

func MathML1_01

func MathML1_01(objects ...interface{}) (t *DocType)

func MathML2_0

func MathML2_0(objects ...interface{}) (t *DocType)

func XHTML1_0Frameset

func XHTML1_0Frameset(objects ...interface{}) (t *DocType)

func XHTML1_0Strict

func XHTML1_0Strict(objects ...interface{}) (t *DocType)

func XHTML1_0Transitional

func XHTML1_0Transitional(objects ...interface{}) (t *DocType)

func XHTML1_1

func XHTML1_1(objects ...interface{}) (t *DocType)

func XHTML1_1Basic

func XHTML1_1Basic(objects ...interface{}) (t *DocType)

func (*DocType) AsTemplate

func (xyyy *DocType) AsTemplate() *html.Template

func (*DocType) Compile

func (xyyy *DocType) Compile(name string) *html.CompiledTemplate

func (*DocType) HTML added in v0.6.0

func (xyyy *DocType) HTML() html.HTML

type HTML

type HTML = html.HTML

type ID

type ID = html.ID

type Styling added in v0.13.42

type Styling = html.Styling

func Style added in v0.6.0

func Style(kvpairs ...string) Styling

type Tag added in v0.6.0

type Tag = html.Tag

type Text added in v0.6.0

type Text = html.Text

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL