html

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2022 License: BSD-3-Clause Imports: 1 Imported by: 0

README

html

Package html have all the html elements and attributes

Functions

func A

func A(options ...interface{}) nodes.Element

A Creates a new a element

func Abbr

func Abbr(options ...interface{}) nodes.Element

Abbr Creates a new abbr element

func Accept

func Accept(value ...string) nodes.Attr

Accept sets accept attribute

func AcceptCharset

func AcceptCharset(value ...string) nodes.Attr

AcceptCharset sets accept-charset attribute

func Accesskey

func Accesskey(value ...string) nodes.Attr

Accesskey sets accesskey attribute

func Acronym

func Acronym(options ...interface{}) nodes.Element

Acronym Creates a new acronym element

func Action

func Action(value ...string) nodes.Attr

Action sets action attribute

func Address

func Address(options ...interface{}) nodes.Element

Address Creates a new address element

func Align

func Align(value ...string) nodes.Attr

Align sets align attribute

func Allow

func Allow(value ...string) nodes.Attr

Allow sets allow attribute

func Alt

func Alt(value ...string) nodes.Attr

Alt sets alt attribute

func Applet

func Applet(options ...interface{}) nodes.Element

Applet Creates a new applet element

func Area

func Area(options ...interface{}) nodes.Element

Area Creates a new area element

func Article

func Article(options ...interface{}) nodes.Element

Article Creates a new article element

func Aside

func Aside(options ...interface{}) nodes.Element

Aside Creates a new aside element

func Async

func Async(value ...string) nodes.Attr

Async sets async attribute

func Audio

func Audio(options ...interface{}) nodes.Element

Audio Creates a new audio element

func Autocapitalize

func Autocapitalize(value ...string) nodes.Attr

Autocapitalize sets autocapitalize attribute

func Autocomplete

func Autocomplete(value ...string) nodes.Attr

Autocomplete sets autocomplete attribute

func Autofocus

func Autofocus(value ...string) nodes.Attr

Autofocus sets autofocus attribute

func Autoplay

func Autoplay(value ...string) nodes.Attr

Autoplay sets autoplay attribute

func B

func B(options ...interface{}) nodes.Element

B Creates a new b element

func Background

func Background(value ...string) nodes.Attr

Background sets background attribute

func Base

func Base(options ...interface{}) nodes.Element

Base Creates a new base element

func Basefont

func Basefont(options ...interface{}) nodes.Element

Basefont Creates a new basefont element

func Bb

func Bb(options ...interface{}) nodes.Element

Bb Creates a new bb element

func Bdi

func Bdi(options ...interface{}) nodes.Element

Bdi Creates a new bdi element

func Bdo

func Bdo(options ...interface{}) nodes.Element

Bdo Creates a new bdo element

func Bgcolor

func Bgcolor(value ...string) nodes.Attr

Bgcolor sets bgcolor attribute

func Bgsound

func Bgsound(options ...interface{}) nodes.Element

Bgsound Creates a new bgsound element

func Big

func Big(options ...interface{}) nodes.Element

Big Creates a new big element

func Blink(options ...interface{}) nodes.Element

Blink Creates a new blink element

func Blockquote

func Blockquote(options ...interface{}) nodes.Element

Blockquote Creates a new blockquote element

func Body

func Body(options ...interface{}) nodes.Element

Body Creates a new body element

func Border

func Border(value ...string) nodes.Attr

Border sets border attribute

func Br

func Br(options ...interface{}) nodes.Element

Br Creates a new br element

func Buffered

func Buffered(value ...string) nodes.Attr

Buffered sets buffered attribute

func Button

func Button(options ...interface{}) nodes.Element

Button Creates a new button element

func Canvas

func Canvas(options ...interface{}) nodes.Element

Canvas Creates a new canvas element

func Caption

func Caption(options ...interface{}) nodes.Element

Caption Creates a new caption element

func Capture

func Capture(value ...string) nodes.Attr

Capture sets capture attribute

func Center

func Center(options ...interface{}) nodes.Element

Center Creates a new center element

func Challenge

func Challenge(value ...string) nodes.Attr

Challenge sets challenge attribute

func Charset

func Charset(value ...string) nodes.Attr

Charset sets charset attribute

func Checked

func Checked(value ...string) nodes.Attr

Checked sets checked attribute

func Cite

func Cite(options ...interface{}) nodes.Element

Cite Creates a new cite element

func CiteAttr

func CiteAttr(value ...string) nodes.Attr

CiteAttr sets cite attribute

func Class

func Class(value ...string) nodes.Attr

Class sets class attribute

func Code

func Code(options ...interface{}) nodes.Element

Code Creates a new code element

func CodeAttr

func CodeAttr(value ...string) nodes.Attr

CodeAttr sets code attribute

func Codebase

func Codebase(value ...string) nodes.Attr

Codebase sets codebase attribute

func Col

func Col(options ...interface{}) nodes.Element

Col Creates a new col element

func Colgroup

func Colgroup(options ...interface{}) nodes.Element

Colgroup Creates a new colgroup element

func Color

func Color(value ...string) nodes.Attr

Color sets color attribute

func Cols

func Cols(value ...string) nodes.Attr

Cols sets cols attribute

func Colspan

func Colspan(value ...string) nodes.Attr

Colspan sets colspan attribute

func Command

func Command(options ...interface{}) nodes.Element

Command Creates a new command element

func Content

func Content(options ...interface{}) nodes.Element

Content Creates a new content element

func ContentAttr

func ContentAttr(value ...string) nodes.Attr

ContentAttr sets content attribute

func Contenteditable

func Contenteditable(value ...string) nodes.Attr

Contenteditable sets contenteditable attribute

func Contextmenu

func Contextmenu(value ...string) nodes.Attr

Contextmenu sets contextmenu attribute

func Controls

func Controls(value ...string) nodes.Attr

Controls sets controls attribute

func Coords

func Coords(value ...string) nodes.Attr

Coords sets coords attribute

func Crossorigin

func Crossorigin(value ...string) nodes.Attr

Crossorigin sets crossorigin attribute

func Csp

func Csp(value ...string) nodes.Attr

Csp sets csp attribute

func Data

func Data(options ...interface{}) nodes.Element

Data Creates a new data element

func DataAttr

func DataAttr(attr string, value ...string) nodes.Attr

DataAttr sets a data-* attribute.

func DataAttrValue

func DataAttrValue(value ...string) nodes.Attr

DataAttrValue sets data attribute

func Datagrid

func Datagrid(options ...interface{}) nodes.Element

Datagrid Creates a new datagrid element

func Datalist

func Datalist(options ...interface{}) nodes.Element

Datalist Creates a new datalist element

func Datetime

func Datetime(value ...string) nodes.Attr

Datetime sets datetime attribute

func Dd

func Dd(options ...interface{}) nodes.Element

Dd Creates a new dd element

func Decoding

func Decoding(value ...string) nodes.Attr

Decoding sets decoding attribute

func Default

func Default(value ...string) nodes.Attr

Default sets default attribute

func Defer

func Defer(value ...string) nodes.Attr

Defer sets defer attribute

func Del

func Del(options ...interface{}) nodes.Element

Del Creates a new del element

func Details

func Details(options ...interface{}) nodes.Element

Details Creates a new details element

func Dfn

func Dfn(options ...interface{}) nodes.Element

Dfn Creates a new dfn element

func Dialog

func Dialog(options ...interface{}) nodes.Element

Dialog Creates a new dialog element

func Dir

func Dir(options ...interface{}) nodes.Element

Dir Creates a new dir element

func DirAttr

func DirAttr(value ...string) nodes.Attr

DirAttr sets dir attribute

func Dirname

func Dirname(value ...string) nodes.Attr

Dirname sets dirname attribute

func Disabled

func Disabled(value ...string) nodes.Attr

Disabled sets disabled attribute

func Div

func Div(options ...interface{}) nodes.Element

Div Creates a new div element

func Dl

func Dl(options ...interface{}) nodes.Element

Dl Creates a new dl element

func Download

func Download(value ...string) nodes.Attr

Download sets download attribute

func Draggable

func Draggable(value ...string) nodes.Attr

Draggable sets draggable attribute

func Dt

func Dt(options ...interface{}) nodes.Element

Dt Creates a new dt element

func Em

func Em(options ...interface{}) nodes.Element

Em Creates a new em element

func Embed

func Embed(options ...interface{}) nodes.Element

Embed Creates a new embed element

func Enctype

func Enctype(value ...string) nodes.Attr

Enctype sets enctype attribute

func Enterkeyhint

func Enterkeyhint(value ...string) nodes.Attr

Enterkeyhint sets enterkeyhint attribute

func Eventsource

func Eventsource(options ...interface{}) nodes.Element

Eventsource Creates a new eventsource element

func Fieldset

func Fieldset(options ...interface{}) nodes.Element

Fieldset Creates a new fieldset element

func Figcaption

func Figcaption(options ...interface{}) nodes.Element

Figcaption Creates a new figcaption element

func Figure

func Figure(options ...interface{}) nodes.Element

Figure Creates a new figure element

func Font

func Font(options ...interface{}) nodes.Element

Font Creates a new font element

func Footer(options ...interface{}) nodes.Element

Footer Creates a new footer element

func For

func For(value ...string) nodes.Attr

For sets for attribute

func Form

func Form(options ...interface{}) nodes.Element

Form Creates a new form element

func FormAttr

func FormAttr(value ...string) nodes.Attr

FormAttr sets form attribute

func Formaction

func Formaction(value ...string) nodes.Attr

Formaction sets formaction attribute

func Formenctype

func Formenctype(value ...string) nodes.Attr

Formenctype sets formenctype attribute

func Formmethod

func Formmethod(value ...string) nodes.Attr

Formmethod sets formmethod attribute

func Formnovalidate

func Formnovalidate(value ...string) nodes.Attr

Formnovalidate sets formnovalidate attribute

func Formtarget

func Formtarget(value ...string) nodes.Attr

Formtarget sets formtarget attribute

func Frame

func Frame(options ...interface{}) nodes.Element

Frame Creates a new frame element

func Frameset

func Frameset(options ...interface{}) nodes.Element

Frameset Creates a new frameset element

func H1

func H1(options ...interface{}) nodes.Element

H1 Creates a new h1 element

func Head

func Head(options ...interface{}) nodes.Element

Head Creates a new head element

func Header

func Header(options ...interface{}) nodes.Element

Header Creates a new header element

func Headers

func Headers(value ...string) nodes.Attr

Headers sets headers attribute

func Height

func Height(value ...string) nodes.Attr

Height sets height attribute

func Hgroup

func Hgroup(options ...interface{}) nodes.Element

Hgroup Creates a new hgroup element

func Hidden

func Hidden(value ...string) nodes.Attr

Hidden sets hidden attribute

func High

func High(value ...string) nodes.Attr

High sets high attribute

func Hr

func Hr(options ...interface{}) nodes.Element

Hr Creates a new hr element

func Href

func Href(value ...string) nodes.Attr

Href sets href attribute

func Hreflang

func Hreflang(value ...string) nodes.Attr

Hreflang sets hreflang attribute

func Html

func Html(options ...interface{}) nodes.Element

Html Creates a new html element

func HttpEquiv

func HttpEquiv(value ...string) nodes.Attr

HttpEquiv sets http-equiv attribute

func I

func I(options ...interface{}) nodes.Element

I Creates a new i element

func Icon

func Icon(value ...string) nodes.Attr

Icon sets icon attribute

func Id

func Id(value ...string) nodes.Attr

Id sets id attribute

func Iframe

func Iframe(options ...interface{}) nodes.Element

Iframe Creates a new iframe element

func Image

func Image(options ...interface{}) nodes.Element

Image Creates a new image element

func Img

func Img(options ...interface{}) nodes.Element

Img Creates a new img element

func Importance

func Importance(value ...string) nodes.Attr

Importance sets importance attribute

func Input

func Input(options ...interface{}) nodes.Element

Input Creates a new input element

func Inputmode

func Inputmode(value ...string) nodes.Attr

Inputmode sets inputmode attribute

func Ins

func Ins(options ...interface{}) nodes.Element

Ins Creates a new ins element

func Integrity

func Integrity(value ...string) nodes.Attr

Integrity sets integrity attribute

func Intrinsicsize

func Intrinsicsize(value ...string) nodes.Attr

Intrinsicsize sets intrinsicsize attribute

func Isindex

func Isindex(options ...interface{}) nodes.Element

Isindex Creates a new isindex element

func Ismap

func Ismap(value ...string) nodes.Attr

Ismap sets ismap attribute

func Itemprop

func Itemprop(value ...string) nodes.Attr

Itemprop sets itemprop attribute

func Kbd

func Kbd(options ...interface{}) nodes.Element

Kbd Creates a new kbd element

func Keygen

func Keygen(options ...interface{}) nodes.Element

Keygen Creates a new keygen element

func Keytype

func Keytype(value ...string) nodes.Attr

Keytype sets keytype attribute

func Kind

func Kind(value ...string) nodes.Attr

Kind sets kind attribute

func Label

func Label(options ...interface{}) nodes.Element

Label Creates a new label element

func LabelAttr

func LabelAttr(value ...string) nodes.Attr

LabelAttr sets label attribute

func Lang

func Lang(value ...string) nodes.Attr

Lang sets lang attribute

func Language

func Language(value ...string) nodes.Attr

Language sets language attribute

func Legend

func Legend(options ...interface{}) nodes.Element

Legend Creates a new legend element

func Li

func Li(options ...interface{}) nodes.Element

Li Creates a new li element

func Link(options ...interface{}) nodes.Element

Link Creates a new link element

func List

func List(value ...string) nodes.Attr

List sets list attribute

func Loading

func Loading(value ...string) nodes.Attr

Loading sets loading attribute

func Loop

func Loop(value ...string) nodes.Attr

Loop sets loop attribute

func Low

func Low(value ...string) nodes.Attr

Low sets low attribute

func Main

func Main(options ...interface{}) nodes.Element

Main Creates a new main element

func Manifest

func Manifest(value ...string) nodes.Attr

Manifest sets manifest attribute

func Map

func Map(options ...interface{}) nodes.Element

Map Creates a new map element

func Mark

func Mark(options ...interface{}) nodes.Element

Mark Creates a new mark element

func Marquee

func Marquee(options ...interface{}) nodes.Element

Marquee Creates a new marquee element

func Max

func Max(value ...string) nodes.Attr

Max sets max attribute

func Maxlength

func Maxlength(value ...string) nodes.Attr

Maxlength sets maxlength attribute

func Media

func Media(value ...string) nodes.Attr

Media sets media attribute

func Menu

func Menu(options ...interface{}) nodes.Element

Menu Creates a new menu element

func Menuitem

func Menuitem(options ...interface{}) nodes.Element

Menuitem Creates a new menuitem element

func Meta

func Meta(options ...interface{}) nodes.Element

Meta Creates a new meta element

func Meter

func Meter(options ...interface{}) nodes.Element

Meter Creates a new meter element

func Method

func Method(value ...string) nodes.Attr

Method sets method attribute

func Min

func Min(value ...string) nodes.Attr

Min sets min attribute

func Minlength

func Minlength(value ...string) nodes.Attr

Minlength sets minlength attribute

func Multiple

func Multiple(value ...string) nodes.Attr

Multiple sets multiple attribute

func Muted

func Muted(value ...string) nodes.Attr

Muted sets muted attribute

func Name

func Name(value ...string) nodes.Attr

Name sets name attribute

func Nav

func Nav(options ...interface{}) nodes.Element

Nav Creates a new nav element

func Nobr

func Nobr(options ...interface{}) nodes.Element

Nobr Creates a new nobr element

func Noembed

func Noembed(options ...interface{}) nodes.Element

Noembed Creates a new noembed element

func Noframes

func Noframes(options ...interface{}) nodes.Element

Noframes Creates a new noframes element

func Noscript

func Noscript(options ...interface{}) nodes.Element

Noscript Creates a new noscript element

func Novalidate

func Novalidate(value ...string) nodes.Attr

Novalidate sets novalidate attribute

func Object

func Object(options ...interface{}) nodes.Element

Object Creates a new object element

func Ol

func Ol(options ...interface{}) nodes.Element

Ol Creates a new ol element

func Open

func Open(value ...string) nodes.Attr

Open sets open attribute

func Optgroup

func Optgroup(options ...interface{}) nodes.Element

Optgroup Creates a new optgroup element

func Optimum

func Optimum(value ...string) nodes.Attr

Optimum sets optimum attribute

func Option

func Option(options ...interface{}) nodes.Element

Option Creates a new option element

func Output

func Output(options ...interface{}) nodes.Element

Output Creates a new output element

func P

func P(options ...interface{}) nodes.Element

P Creates a new p element

func Param

func Param(options ...interface{}) nodes.Element

Param Creates a new param element

func Pattern

func Pattern(value ...string) nodes.Attr

Pattern sets pattern attribute

func Picture

func Picture(options ...interface{}) nodes.Element

Picture Creates a new picture element

func Ping

func Ping(value ...string) nodes.Attr

Ping sets ping attribute

func Placeholder

func Placeholder(value ...string) nodes.Attr

Placeholder sets placeholder attribute

func Plaintext

func Plaintext(options ...interface{}) nodes.Element

Plaintext Creates a new plaintext element

func Portal

func Portal(options ...interface{}) nodes.Element

Portal Creates a new portal element

func Poster

func Poster(value ...string) nodes.Attr

Poster sets poster attribute

func Pre

func Pre(options ...interface{}) nodes.Element

Pre Creates a new pre element

func Preload

func Preload(value ...string) nodes.Attr

Preload sets preload attribute

func Progress

func Progress(options ...interface{}) nodes.Element

Progress Creates a new progress element

func Q

func Q(options ...interface{}) nodes.Element

Q Creates a new q element

func Radiogroup

func Radiogroup(value ...string) nodes.Attr

Radiogroup sets radiogroup attribute

func Rb

func Rb(options ...interface{}) nodes.Element

Rb Creates a new rb element

func Readonly

func Readonly(value ...string) nodes.Attr

Readonly sets readonly attribute

func Referrerpolicy

func Referrerpolicy(value ...string) nodes.Attr

Referrerpolicy sets referrerpolicy attribute

func Rel

func Rel(value ...string) nodes.Attr

Rel sets rel attribute

func Required

func Required(value ...string) nodes.Attr

Required sets required attribute

func Reversed

func Reversed(value ...string) nodes.Attr

Reversed sets reversed attribute

func Rows

func Rows(value ...string) nodes.Attr

Rows sets rows attribute

func Rowspan

func Rowspan(value ...string) nodes.Attr

Rowspan sets rowspan attribute

func Rp

func Rp(options ...interface{}) nodes.Element

Rp Creates a new rp element

func Rt

func Rt(options ...interface{}) nodes.Element

Rt Creates a new rt element

func Rtc

func Rtc(options ...interface{}) nodes.Element

Rtc Creates a new rtc element

func Ruby

func Ruby(options ...interface{}) nodes.Element

Ruby Creates a new ruby element

func S

func S(options ...interface{}) nodes.Element

S Creates a new s element

func Samp

func Samp(options ...interface{}) nodes.Element

Samp Creates a new samp element

func Sandbox

func Sandbox(value ...string) nodes.Attr

Sandbox sets sandbox attribute

func Scope

func Scope(value ...string) nodes.Attr

Scope sets scope attribute

func Scoped

func Scoped(value ...string) nodes.Attr

Scoped sets scoped attribute

func Script

func Script(options ...interface{}) nodes.Element

Script Creates a new script element

func Section

func Section(options ...interface{}) nodes.Element

Section Creates a new section element

func Select

func Select(options ...interface{}) nodes.Element

Select Creates a new select element

func Selected

func Selected(value ...string) nodes.Attr

Selected sets selected attribute

func Shadow

func Shadow(options ...interface{}) nodes.Element

Shadow Creates a new shadow element

func Shape

func Shape(value ...string) nodes.Attr

Shape sets shape attribute

func Size

func Size(value ...string) nodes.Attr

Size sets size attribute

func Sizes

func Sizes(value ...string) nodes.Attr

Sizes sets sizes attribute

func Slot

func Slot(options ...interface{}) nodes.Element

Slot Creates a new slot element

func SlotAttr

func SlotAttr(value ...string) nodes.Attr

SlotAttr sets slot attribute

func Small

func Small(options ...interface{}) nodes.Element

Small Creates a new small element

func Source

func Source(options ...interface{}) nodes.Element

Source Creates a new source element

func Spacer

func Spacer(options ...interface{}) nodes.Element

Spacer Creates a new spacer element

func Span

func Span(options ...interface{}) nodes.Element

Span Creates a new span element

func SpanAttr

func SpanAttr(value ...string) nodes.Attr

SpanAttr sets span attribute

func Spellcheck

func Spellcheck(value ...string) nodes.Attr

Spellcheck sets spellcheck attribute

func Src

func Src(value ...string) nodes.Attr

Src sets src attribute

func Srcdoc

func Srcdoc(value ...string) nodes.Attr

Srcdoc sets srcdoc attribute

func Srclang

func Srclang(value ...string) nodes.Attr

Srclang sets srclang attribute

func Srcset

func Srcset(value ...string) nodes.Attr

Srcset sets srcset attribute

func Start

func Start(value ...string) nodes.Attr

Start sets start attribute

func Step

func Step(value ...string) nodes.Attr

Step sets step attribute

func Strike

func Strike(options ...interface{}) nodes.Element

Strike Creates a new strike element

func Strong

func Strong(options ...interface{}) nodes.Element

Strong Creates a new strong element

func Style

func Style(options ...interface{}) nodes.Element

Style Creates a new style element

func StyleAttr

func StyleAttr(value ...string) nodes.Attr

StyleAttr sets style attribute

func Sub

func Sub(options ...interface{}) nodes.Element

Sub Creates a new sub element

func Summary

func Summary(options ...interface{}) nodes.Element

Summary Creates a new summary element

func SummaryAttr

func SummaryAttr(value ...string) nodes.Attr

SummaryAttr sets summary attribute

func Sup

func Sup(options ...interface{}) nodes.Element

Sup Creates a new sup element

func Tabindex

func Tabindex(value ...string) nodes.Attr

Tabindex sets tabindex attribute

func Table

func Table(options ...interface{}) nodes.Element

Table Creates a new table element

func Target

func Target(value ...string) nodes.Attr

Target sets target attribute

func Tbody

func Tbody(options ...interface{}) nodes.Element

Tbody Creates a new tbody element

func Td

func Td(options ...interface{}) nodes.Element

Td Creates a new td element

func Template

func Template(options ...interface{}) nodes.Element

Template Creates a new template element

func Textarea

func Textarea(options ...interface{}) nodes.Element

Textarea Creates a new textarea element

func Tfoot

func Tfoot(options ...interface{}) nodes.Element

Tfoot Creates a new tfoot element

func Th

func Th(options ...interface{}) nodes.Element

Th Creates a new th element

func Thead

func Thead(options ...interface{}) nodes.Element

Thead Creates a new thead element

func Time

func Time(options ...interface{}) nodes.Element

Time Creates a new time element

func Title

func Title(options ...interface{}) nodes.Element

Title Creates a new title element

func TitleAttr

func TitleAttr(value ...string) nodes.Attr

TitleAttr sets title attribute

func Tr

func Tr(options ...interface{}) nodes.Element

Tr Creates a new tr element

func Track

func Track(options ...interface{}) nodes.Element

Track Creates a new track element

func Translate

func Translate(value ...string) nodes.Attr

Translate sets translate attribute

func Tt

func Tt(options ...interface{}) nodes.Element

Tt Creates a new tt element

func Type

func Type(value ...string) nodes.Attr

Type sets type attribute

func U

func U(options ...interface{}) nodes.Element

U Creates a new u element

func Ul

func Ul(options ...interface{}) nodes.Element

Ul Creates a new ul element

func Usemap

func Usemap(value ...string) nodes.Attr

Usemap sets usemap attribute

func Value

func Value(value ...string) nodes.Attr

Value sets value attribute

func Var

func Var(options ...interface{}) nodes.Element

Var Creates a new var element

func Video

func Video(options ...interface{}) nodes.Element

Video Creates a new video element

func Wbr

func Wbr(options ...interface{}) nodes.Element

Wbr Creates a new wbr element

func Wbra

func Wbra(options ...interface{}) nodes.Element

Wbra Creates a new wbra element

func Width

func Width(value ...string) nodes.Attr

Width sets width attribute

func Xmp

func Xmp(options ...interface{}) nodes.Element

Xmp Creates a new xmp element


Readme created from Go doc with goreadme

Documentation

Overview

Package html have all the html elements and attributes

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func A

func A(options ...interface{}) nodes.Element

A Creates a new a element

func Abbr

func Abbr(options ...interface{}) nodes.Element

Abbr Creates a new abbr element

func Accept

func Accept(value ...string) nodes.Attr

Accept sets accept attribute

func AcceptCharset

func AcceptCharset(value ...string) nodes.Attr

AcceptCharset sets accept-charset attribute

func Accesskey

func Accesskey(value ...string) nodes.Attr

Accesskey sets accesskey attribute

func Acronym

func Acronym(options ...interface{}) nodes.Element

Acronym Creates a new acronym element

func Action

func Action(value ...string) nodes.Attr

Action sets action attribute

func Address

func Address(options ...interface{}) nodes.Element

Address Creates a new address element

func Align

func Align(value ...string) nodes.Attr

Align sets align attribute

func Allow

func Allow(value ...string) nodes.Attr

Allow sets allow attribute

func Alt

func Alt(value ...string) nodes.Attr

Alt sets alt attribute

func Applet

func Applet(options ...interface{}) nodes.Element

Applet Creates a new applet element

func Area

func Area(options ...interface{}) nodes.Element

Area Creates a new area element

func Article

func Article(options ...interface{}) nodes.Element

Article Creates a new article element

func Aside

func Aside(options ...interface{}) nodes.Element

Aside Creates a new aside element

func Async

func Async(value ...string) nodes.Attr

Async sets async attribute

func Audio

func Audio(options ...interface{}) nodes.Element

Audio Creates a new audio element

func Autocapitalize

func Autocapitalize(value ...string) nodes.Attr

Autocapitalize sets autocapitalize attribute

func Autocomplete

func Autocomplete(value ...string) nodes.Attr

Autocomplete sets autocomplete attribute

func Autofocus

func Autofocus(value ...string) nodes.Attr

Autofocus sets autofocus attribute

func Autoplay

func Autoplay(value ...string) nodes.Attr

Autoplay sets autoplay attribute

func B

func B(options ...interface{}) nodes.Element

B Creates a new b element

func Background

func Background(value ...string) nodes.Attr

Background sets background attribute

func Base

func Base(options ...interface{}) nodes.Element

Base Creates a new base element

func Basefont

func Basefont(options ...interface{}) nodes.Element

Basefont Creates a new basefont element

func Bb

func Bb(options ...interface{}) nodes.Element

Bb Creates a new bb element

func Bdi

func Bdi(options ...interface{}) nodes.Element

Bdi Creates a new bdi element

func Bdo

func Bdo(options ...interface{}) nodes.Element

Bdo Creates a new bdo element

func Bgcolor

func Bgcolor(value ...string) nodes.Attr

Bgcolor sets bgcolor attribute

func Bgsound

func Bgsound(options ...interface{}) nodes.Element

Bgsound Creates a new bgsound element

func Big

func Big(options ...interface{}) nodes.Element

Big Creates a new big element

func Blink(options ...interface{}) nodes.Element

Blink Creates a new blink element

func Blockquote

func Blockquote(options ...interface{}) nodes.Element

Blockquote Creates a new blockquote element

func Body

func Body(options ...interface{}) nodes.Element

Body Creates a new body element

func Border

func Border(value ...string) nodes.Attr

Border sets border attribute

func Br

func Br(options ...interface{}) nodes.Element

Br Creates a new br element

func Buffered

func Buffered(value ...string) nodes.Attr

Buffered sets buffered attribute

func Button

func Button(options ...interface{}) nodes.Element

Button Creates a new button element

func Canvas

func Canvas(options ...interface{}) nodes.Element

Canvas Creates a new canvas element

func Caption

func Caption(options ...interface{}) nodes.Element

Caption Creates a new caption element

func Capture

func Capture(value ...string) nodes.Attr

Capture sets capture attribute

func Center

func Center(options ...interface{}) nodes.Element

Center Creates a new center element

func Challenge

func Challenge(value ...string) nodes.Attr

Challenge sets challenge attribute

func Charset

func Charset(value ...string) nodes.Attr

Charset sets charset attribute

func Checked

func Checked(value ...string) nodes.Attr

Checked sets checked attribute

func Cite

func Cite(options ...interface{}) nodes.Element

Cite Creates a new cite element

func CiteAttr

func CiteAttr(value ...string) nodes.Attr

CiteAttr sets cite attribute

func Class

func Class(value ...string) nodes.Attr

Class sets class attribute

func Code

func Code(options ...interface{}) nodes.Element

Code Creates a new code element

func CodeAttr

func CodeAttr(value ...string) nodes.Attr

CodeAttr sets code attribute

func Codebase

func Codebase(value ...string) nodes.Attr

Codebase sets codebase attribute

func Col

func Col(options ...interface{}) nodes.Element

Col Creates a new col element

func Colgroup

func Colgroup(options ...interface{}) nodes.Element

Colgroup Creates a new colgroup element

func Color

func Color(value ...string) nodes.Attr

Color sets color attribute

func Cols

func Cols(value ...string) nodes.Attr

Cols sets cols attribute

func Colspan

func Colspan(value ...string) nodes.Attr

Colspan sets colspan attribute

func Command

func Command(options ...interface{}) nodes.Element

Command Creates a new command element

func Content

func Content(options ...interface{}) nodes.Element

Content Creates a new content element

func ContentAttr

func ContentAttr(value ...string) nodes.Attr

ContentAttr sets content attribute

func Contenteditable

func Contenteditable(value ...string) nodes.Attr

Contenteditable sets contenteditable attribute

func Contextmenu

func Contextmenu(value ...string) nodes.Attr

Contextmenu sets contextmenu attribute

func Controls

func Controls(value ...string) nodes.Attr

Controls sets controls attribute

func Coords

func Coords(value ...string) nodes.Attr

Coords sets coords attribute

func Crossorigin

func Crossorigin(value ...string) nodes.Attr

Crossorigin sets crossorigin attribute

func Csp

func Csp(value ...string) nodes.Attr

Csp sets csp attribute

func Data

func Data(options ...interface{}) nodes.Element

Data Creates a new data element

func DataAttr

func DataAttr(attr string, value ...string) nodes.Attr

DataAttr sets a data-* attribute.

func DataAttrValue

func DataAttrValue(value ...string) nodes.Attr

DataAttrValue sets data attribute

func Datagrid

func Datagrid(options ...interface{}) nodes.Element

Datagrid Creates a new datagrid element

func Datalist

func Datalist(options ...interface{}) nodes.Element

Datalist Creates a new datalist element

func Datetime

func Datetime(value ...string) nodes.Attr

Datetime sets datetime attribute

func Dd

func Dd(options ...interface{}) nodes.Element

Dd Creates a new dd element

func Decoding

func Decoding(value ...string) nodes.Attr

Decoding sets decoding attribute

func Default

func Default(value ...string) nodes.Attr

Default sets default attribute

func Defer

func Defer(value ...string) nodes.Attr

Defer sets defer attribute

func Del

func Del(options ...interface{}) nodes.Element

Del Creates a new del element

func Details

func Details(options ...interface{}) nodes.Element

Details Creates a new details element

func Dfn

func Dfn(options ...interface{}) nodes.Element

Dfn Creates a new dfn element

func Dialog

func Dialog(options ...interface{}) nodes.Element

Dialog Creates a new dialog element

func Dir

func Dir(options ...interface{}) nodes.Element

Dir Creates a new dir element

func DirAttr

func DirAttr(value ...string) nodes.Attr

DirAttr sets dir attribute

func Dirname

func Dirname(value ...string) nodes.Attr

Dirname sets dirname attribute

func Disabled

func Disabled(value ...string) nodes.Attr

Disabled sets disabled attribute

func Div

func Div(options ...interface{}) nodes.Element

Div Creates a new div element

func Dl

func Dl(options ...interface{}) nodes.Element

Dl Creates a new dl element

func Download

func Download(value ...string) nodes.Attr

Download sets download attribute

func Draggable

func Draggable(value ...string) nodes.Attr

Draggable sets draggable attribute

func Dt

func Dt(options ...interface{}) nodes.Element

Dt Creates a new dt element

func Em

func Em(options ...interface{}) nodes.Element

Em Creates a new em element

func Embed

func Embed(options ...interface{}) nodes.Element

Embed Creates a new embed element

func Enctype

func Enctype(value ...string) nodes.Attr

Enctype sets enctype attribute

func Enterkeyhint

func Enterkeyhint(value ...string) nodes.Attr

Enterkeyhint sets enterkeyhint attribute

func Eventsource

func Eventsource(options ...interface{}) nodes.Element

Eventsource Creates a new eventsource element

func Fieldset

func Fieldset(options ...interface{}) nodes.Element

Fieldset Creates a new fieldset element

func Figcaption

func Figcaption(options ...interface{}) nodes.Element

Figcaption Creates a new figcaption element

func Figure

func Figure(options ...interface{}) nodes.Element

Figure Creates a new figure element

func Font

func Font(options ...interface{}) nodes.Element

Font Creates a new font element

func Footer(options ...interface{}) nodes.Element

Footer Creates a new footer element

func For

func For(value ...string) nodes.Attr

For sets for attribute

func Form

func Form(options ...interface{}) nodes.Element

Form Creates a new form element

func FormAttr

func FormAttr(value ...string) nodes.Attr

FormAttr sets form attribute

func Formaction

func Formaction(value ...string) nodes.Attr

Formaction sets formaction attribute

func Formenctype

func Formenctype(value ...string) nodes.Attr

Formenctype sets formenctype attribute

func Formmethod

func Formmethod(value ...string) nodes.Attr

Formmethod sets formmethod attribute

func Formnovalidate

func Formnovalidate(value ...string) nodes.Attr

Formnovalidate sets formnovalidate attribute

func Formtarget

func Formtarget(value ...string) nodes.Attr

Formtarget sets formtarget attribute

func Frame

func Frame(options ...interface{}) nodes.Element

Frame Creates a new frame element

func Frameset

func Frameset(options ...interface{}) nodes.Element

Frameset Creates a new frameset element

func H1

func H1(options ...interface{}) nodes.Element

H1 Creates a new h1 element

func Head(options ...interface{}) nodes.Element

Head Creates a new head element

func Header(options ...interface{}) nodes.Element

Header Creates a new header element

func Headers

func Headers(value ...string) nodes.Attr

Headers sets headers attribute

func Height

func Height(value ...string) nodes.Attr

Height sets height attribute

func Hgroup

func Hgroup(options ...interface{}) nodes.Element

Hgroup Creates a new hgroup element

func Hidden

func Hidden(value ...string) nodes.Attr

Hidden sets hidden attribute

func High

func High(value ...string) nodes.Attr

High sets high attribute

func Hr

func Hr(options ...interface{}) nodes.Element

Hr Creates a new hr element

func Href

func Href(value ...string) nodes.Attr

Href sets href attribute

func Hreflang

func Hreflang(value ...string) nodes.Attr

Hreflang sets hreflang attribute

func Html

func Html(options ...interface{}) nodes.Element

Html Creates a new html element

func HttpEquiv

func HttpEquiv(value ...string) nodes.Attr

HttpEquiv sets http-equiv attribute

func I

func I(options ...interface{}) nodes.Element

I Creates a new i element

func Icon

func Icon(value ...string) nodes.Attr

Icon sets icon attribute

func Id

func Id(value ...string) nodes.Attr

Id sets id attribute

func Iframe

func Iframe(options ...interface{}) nodes.Element

Iframe Creates a new iframe element

func Image

func Image(options ...interface{}) nodes.Element

Image Creates a new image element

func Img

func Img(options ...interface{}) nodes.Element

Img Creates a new img element

func Importance

func Importance(value ...string) nodes.Attr

Importance sets importance attribute

func Input

func Input(options ...interface{}) nodes.Element

Input Creates a new input element

func Inputmode

func Inputmode(value ...string) nodes.Attr

Inputmode sets inputmode attribute

func Ins

func Ins(options ...interface{}) nodes.Element

Ins Creates a new ins element

func Integrity

func Integrity(value ...string) nodes.Attr

Integrity sets integrity attribute

func Intrinsicsize

func Intrinsicsize(value ...string) nodes.Attr

Intrinsicsize sets intrinsicsize attribute

func Isindex

func Isindex(options ...interface{}) nodes.Element

Isindex Creates a new isindex element

func Ismap

func Ismap(value ...string) nodes.Attr

Ismap sets ismap attribute

func Itemprop

func Itemprop(value ...string) nodes.Attr

Itemprop sets itemprop attribute

func Kbd

func Kbd(options ...interface{}) nodes.Element

Kbd Creates a new kbd element

func Keygen

func Keygen(options ...interface{}) nodes.Element

Keygen Creates a new keygen element

func Keytype

func Keytype(value ...string) nodes.Attr

Keytype sets keytype attribute

func Kind

func Kind(value ...string) nodes.Attr

Kind sets kind attribute

func Label

func Label(options ...interface{}) nodes.Element

Label Creates a new label element

func LabelAttr

func LabelAttr(value ...string) nodes.Attr

LabelAttr sets label attribute

func Lang

func Lang(value ...string) nodes.Attr

Lang sets lang attribute

func Language

func Language(value ...string) nodes.Attr

Language sets language attribute

func Legend

func Legend(options ...interface{}) nodes.Element

Legend Creates a new legend element

func Li

func Li(options ...interface{}) nodes.Element

Li Creates a new li element

func Link(options ...interface{}) nodes.Element

Link Creates a new link element

func List

func List(value ...string) nodes.Attr

List sets list attribute

func Loading

func Loading(value ...string) nodes.Attr

Loading sets loading attribute

func Loop

func Loop(value ...string) nodes.Attr

Loop sets loop attribute

func Low

func Low(value ...string) nodes.Attr

Low sets low attribute

func Main

func Main(options ...interface{}) nodes.Element

Main Creates a new main element

func Manifest

func Manifest(value ...string) nodes.Attr

Manifest sets manifest attribute

func Map

func Map(options ...interface{}) nodes.Element

Map Creates a new map element

func Mark

func Mark(options ...interface{}) nodes.Element

Mark Creates a new mark element

func Marquee

func Marquee(options ...interface{}) nodes.Element

Marquee Creates a new marquee element

func Max

func Max(value ...string) nodes.Attr

Max sets max attribute

func Maxlength

func Maxlength(value ...string) nodes.Attr

Maxlength sets maxlength attribute

func Media

func Media(value ...string) nodes.Attr

Media sets media attribute

func Menu(options ...interface{}) nodes.Element

Menu Creates a new menu element

func Menuitem(options ...interface{}) nodes.Element

Menuitem Creates a new menuitem element

func Meta

func Meta(options ...interface{}) nodes.Element

Meta Creates a new meta element

func Meter

func Meter(options ...interface{}) nodes.Element

Meter Creates a new meter element

func Method

func Method(value ...string) nodes.Attr

Method sets method attribute

func Min

func Min(value ...string) nodes.Attr

Min sets min attribute

func Minlength

func Minlength(value ...string) nodes.Attr

Minlength sets minlength attribute

func Multiple

func Multiple(value ...string) nodes.Attr

Multiple sets multiple attribute

func Muted

func Muted(value ...string) nodes.Attr

Muted sets muted attribute

func Name

func Name(value ...string) nodes.Attr

Name sets name attribute

func Nav(options ...interface{}) nodes.Element

Nav Creates a new nav element

func Nobr

func Nobr(options ...interface{}) nodes.Element

Nobr Creates a new nobr element

func Noembed

func Noembed(options ...interface{}) nodes.Element

Noembed Creates a new noembed element

func Noframes

func Noframes(options ...interface{}) nodes.Element

Noframes Creates a new noframes element

func Noscript

func Noscript(options ...interface{}) nodes.Element

Noscript Creates a new noscript element

func Novalidate

func Novalidate(value ...string) nodes.Attr

Novalidate sets novalidate attribute

func Object

func Object(options ...interface{}) nodes.Element

Object Creates a new object element

func Ol

func Ol(options ...interface{}) nodes.Element

Ol Creates a new ol element

func Open

func Open(value ...string) nodes.Attr

Open sets open attribute

func Optgroup

func Optgroup(options ...interface{}) nodes.Element

Optgroup Creates a new optgroup element

func Optimum

func Optimum(value ...string) nodes.Attr

Optimum sets optimum attribute

func Option

func Option(options ...interface{}) nodes.Element

Option Creates a new option element

func Output

func Output(options ...interface{}) nodes.Element

Output Creates a new output element

func P

func P(options ...interface{}) nodes.Element

P Creates a new p element

func Param

func Param(options ...interface{}) nodes.Element

Param Creates a new param element

func Pattern

func Pattern(value ...string) nodes.Attr

Pattern sets pattern attribute

func Picture

func Picture(options ...interface{}) nodes.Element

Picture Creates a new picture element

func Ping

func Ping(value ...string) nodes.Attr

Ping sets ping attribute

func Placeholder

func Placeholder(value ...string) nodes.Attr

Placeholder sets placeholder attribute

func Plaintext

func Plaintext(options ...interface{}) nodes.Element

Plaintext Creates a new plaintext element

func Portal

func Portal(options ...interface{}) nodes.Element

Portal Creates a new portal element

func Poster

func Poster(value ...string) nodes.Attr

Poster sets poster attribute

func Pre

func Pre(options ...interface{}) nodes.Element

Pre Creates a new pre element

func Preload

func Preload(value ...string) nodes.Attr

Preload sets preload attribute

func Progress

func Progress(options ...interface{}) nodes.Element

Progress Creates a new progress element

func Q

func Q(options ...interface{}) nodes.Element

Q Creates a new q element

func Radiogroup

func Radiogroup(value ...string) nodes.Attr

Radiogroup sets radiogroup attribute

func Rb

func Rb(options ...interface{}) nodes.Element

Rb Creates a new rb element

func Readonly

func Readonly(value ...string) nodes.Attr

Readonly sets readonly attribute

func Referrerpolicy

func Referrerpolicy(value ...string) nodes.Attr

Referrerpolicy sets referrerpolicy attribute

func Rel

func Rel(value ...string) nodes.Attr

Rel sets rel attribute

func Required

func Required(value ...string) nodes.Attr

Required sets required attribute

func Reversed

func Reversed(value ...string) nodes.Attr

Reversed sets reversed attribute

func Rows

func Rows(value ...string) nodes.Attr

Rows sets rows attribute

func Rowspan

func Rowspan(value ...string) nodes.Attr

Rowspan sets rowspan attribute

func Rp

func Rp(options ...interface{}) nodes.Element

Rp Creates a new rp element

func Rt

func Rt(options ...interface{}) nodes.Element

Rt Creates a new rt element

func Rtc

func Rtc(options ...interface{}) nodes.Element

Rtc Creates a new rtc element

func Ruby

func Ruby(options ...interface{}) nodes.Element

Ruby Creates a new ruby element

func S

func S(options ...interface{}) nodes.Element

S Creates a new s element

func Samp

func Samp(options ...interface{}) nodes.Element

Samp Creates a new samp element

func Sandbox

func Sandbox(value ...string) nodes.Attr

Sandbox sets sandbox attribute

func Scope

func Scope(value ...string) nodes.Attr

Scope sets scope attribute

func Scoped

func Scoped(value ...string) nodes.Attr

Scoped sets scoped attribute

func Script

func Script(options ...interface{}) nodes.Element

Script Creates a new script element

func Section

func Section(options ...interface{}) nodes.Element

Section Creates a new section element

func Select

func Select(options ...interface{}) nodes.Element

Select Creates a new select element

func Selected

func Selected(value ...string) nodes.Attr

Selected sets selected attribute

func Shadow

func Shadow(options ...interface{}) nodes.Element

Shadow Creates a new shadow element

func Shape

func Shape(value ...string) nodes.Attr

Shape sets shape attribute

func Size

func Size(value ...string) nodes.Attr

Size sets size attribute

func Sizes

func Sizes(value ...string) nodes.Attr

Sizes sets sizes attribute

func Slot

func Slot(options ...interface{}) nodes.Element

Slot Creates a new slot element

func SlotAttr

func SlotAttr(value ...string) nodes.Attr

SlotAttr sets slot attribute

func Small

func Small(options ...interface{}) nodes.Element

Small Creates a new small element

func Source

func Source(options ...interface{}) nodes.Element

Source Creates a new source element

func Spacer

func Spacer(options ...interface{}) nodes.Element

Spacer Creates a new spacer element

func Span

func Span(options ...interface{}) nodes.Element

Span Creates a new span element

func SpanAttr

func SpanAttr(value ...string) nodes.Attr

SpanAttr sets span attribute

func Spellcheck

func Spellcheck(value ...string) nodes.Attr

Spellcheck sets spellcheck attribute

func Src

func Src(value ...string) nodes.Attr

Src sets src attribute

func Srcdoc

func Srcdoc(value ...string) nodes.Attr

Srcdoc sets srcdoc attribute

func Srclang

func Srclang(value ...string) nodes.Attr

Srclang sets srclang attribute

func Srcset

func Srcset(value ...string) nodes.Attr

Srcset sets srcset attribute

func Start

func Start(value ...string) nodes.Attr

Start sets start attribute

func Step

func Step(value ...string) nodes.Attr

Step sets step attribute

func Strike

func Strike(options ...interface{}) nodes.Element

Strike Creates a new strike element

func Strong

func Strong(options ...interface{}) nodes.Element

Strong Creates a new strong element

func Style

func Style(options ...interface{}) nodes.Element

Style Creates a new style element

func StyleAttr

func StyleAttr(value ...string) nodes.Attr

StyleAttr sets style attribute

func Sub

func Sub(options ...interface{}) nodes.Element

Sub Creates a new sub element

func Summary

func Summary(options ...interface{}) nodes.Element

Summary Creates a new summary element

func SummaryAttr

func SummaryAttr(value ...string) nodes.Attr

SummaryAttr sets summary attribute

func Sup

func Sup(options ...interface{}) nodes.Element

Sup Creates a new sup element

func Tabindex

func Tabindex(value ...string) nodes.Attr

Tabindex sets tabindex attribute

func Table

func Table(options ...interface{}) nodes.Element

Table Creates a new table element

func Target

func Target(value ...string) nodes.Attr

Target sets target attribute

func Tbody

func Tbody(options ...interface{}) nodes.Element

Tbody Creates a new tbody element

func Td

func Td(options ...interface{}) nodes.Element

Td Creates a new td element

func Template

func Template(options ...interface{}) nodes.Element

Template Creates a new template element

func Textarea

func Textarea(options ...interface{}) nodes.Element

Textarea Creates a new textarea element

func Tfoot

func Tfoot(options ...interface{}) nodes.Element

Tfoot Creates a new tfoot element

func Th

func Th(options ...interface{}) nodes.Element

Th Creates a new th element

func Thead

func Thead(options ...interface{}) nodes.Element

Thead Creates a new thead element

func Time

func Time(options ...interface{}) nodes.Element

Time Creates a new time element

func Title

func Title(options ...interface{}) nodes.Element

Title Creates a new title element

func TitleAttr

func TitleAttr(value ...string) nodes.Attr

TitleAttr sets title attribute

func Tr

func Tr(options ...interface{}) nodes.Element

Tr Creates a new tr element

func Track

func Track(options ...interface{}) nodes.Element

Track Creates a new track element

func Translate

func Translate(value ...string) nodes.Attr

Translate sets translate attribute

func Tt

func Tt(options ...interface{}) nodes.Element

Tt Creates a new tt element

func Type

func Type(value ...string) nodes.Attr

Type sets type attribute

func U

func U(options ...interface{}) nodes.Element

U Creates a new u element

func Ul

func Ul(options ...interface{}) nodes.Element

Ul Creates a new ul element

func Usemap

func Usemap(value ...string) nodes.Attr

Usemap sets usemap attribute

func Value

func Value(value ...string) nodes.Attr

Value sets value attribute

func Var

func Var(options ...interface{}) nodes.Element

Var Creates a new var element

func Video

func Video(options ...interface{}) nodes.Element

Video Creates a new video element

func Wbr

func Wbr(options ...interface{}) nodes.Element

Wbr Creates a new wbr element

func Wbra

func Wbra(options ...interface{}) nodes.Element

Wbra Creates a new wbra element

func Width

func Width(value ...string) nodes.Attr

Width sets width attribute

func Xmp

func Xmp(options ...interface{}) nodes.Element

Xmp Creates a new xmp element

Types

This section is empty.

Jump to

Keyboard shortcuts

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