github.com/golazy/golazy@v0.0.7-0.20221012133820-968fe65a0b65/lazyview/html/README.md (about)

     1  # html
     2  
     3  Package html have all the html elements and attributes
     4  
     5  ## Functions
     6  
     7  ### func [A](/autotags.go#L6)
     8  
     9  `func A(options ...interface{}) nodes.Element`
    10  
    11  A Creates a new a element
    12  
    13  ### func [Abbr](/autotags.go#L11)
    14  
    15  `func Abbr(options ...interface{}) nodes.Element`
    16  
    17  Abbr Creates a new abbr element
    18  
    19  ### func [Accept](/autoattributes.go#L6)
    20  
    21  `func Accept(value ...string) nodes.Attr`
    22  
    23  Accept sets accept attribute
    24  
    25  ### func [AcceptCharset](/autoattributes.go#L11)
    26  
    27  `func AcceptCharset(value ...string) nodes.Attr`
    28  
    29  AcceptCharset sets accept-charset attribute
    30  
    31  ### func [Accesskey](/autoattributes.go#L16)
    32  
    33  `func Accesskey(value ...string) nodes.Attr`
    34  
    35  Accesskey sets accesskey attribute
    36  
    37  ### func [Acronym](/autotags.go#L16)
    38  
    39  `func Acronym(options ...interface{}) nodes.Element`
    40  
    41  Acronym Creates a new acronym element
    42  
    43  ### func [Action](/autoattributes.go#L21)
    44  
    45  `func Action(value ...string) nodes.Attr`
    46  
    47  Action sets action attribute
    48  
    49  ### func [Address](/autotags.go#L21)
    50  
    51  `func Address(options ...interface{}) nodes.Element`
    52  
    53  Address Creates a new address element
    54  
    55  ### func [Align](/autoattributes.go#L26)
    56  
    57  `func Align(value ...string) nodes.Attr`
    58  
    59  Align sets align attribute
    60  
    61  ### func [Allow](/autoattributes.go#L31)
    62  
    63  `func Allow(value ...string) nodes.Attr`
    64  
    65  Allow sets allow attribute
    66  
    67  ### func [Alt](/autoattributes.go#L36)
    68  
    69  `func Alt(value ...string) nodes.Attr`
    70  
    71  Alt sets alt attribute
    72  
    73  ### func [Applet](/autotags.go#L26)
    74  
    75  `func Applet(options ...interface{}) nodes.Element`
    76  
    77  Applet Creates a new applet element
    78  
    79  ### func [Area](/autotags.go#L31)
    80  
    81  `func Area(options ...interface{}) nodes.Element`
    82  
    83  Area Creates a new area element
    84  
    85  ### func [Article](/autotags.go#L36)
    86  
    87  `func Article(options ...interface{}) nodes.Element`
    88  
    89  Article Creates a new article element
    90  
    91  ### func [Aside](/autotags.go#L41)
    92  
    93  `func Aside(options ...interface{}) nodes.Element`
    94  
    95  Aside Creates a new aside element
    96  
    97  ### func [Async](/autoattributes.go#L41)
    98  
    99  `func Async(value ...string) nodes.Attr`
   100  
   101  Async sets async attribute
   102  
   103  ### func [Audio](/autotags.go#L46)
   104  
   105  `func Audio(options ...interface{}) nodes.Element`
   106  
   107  Audio Creates a new audio element
   108  
   109  ### func [Autocapitalize](/autoattributes.go#L46)
   110  
   111  `func Autocapitalize(value ...string) nodes.Attr`
   112  
   113  Autocapitalize sets autocapitalize attribute
   114  
   115  ### func [Autocomplete](/autoattributes.go#L51)
   116  
   117  `func Autocomplete(value ...string) nodes.Attr`
   118  
   119  Autocomplete sets autocomplete attribute
   120  
   121  ### func [Autofocus](/autoattributes.go#L56)
   122  
   123  `func Autofocus(value ...string) nodes.Attr`
   124  
   125  Autofocus sets autofocus attribute
   126  
   127  ### func [Autoplay](/autoattributes.go#L61)
   128  
   129  `func Autoplay(value ...string) nodes.Attr`
   130  
   131  Autoplay sets autoplay attribute
   132  
   133  ### func [B](/autotags.go#L51)
   134  
   135  `func B(options ...interface{}) nodes.Element`
   136  
   137  B Creates a new b element
   138  
   139  ### func [Background](/autoattributes.go#L66)
   140  
   141  `func Background(value ...string) nodes.Attr`
   142  
   143  Background sets background attribute
   144  
   145  ### func [Base](/autotags.go#L56)
   146  
   147  `func Base(options ...interface{}) nodes.Element`
   148  
   149  Base Creates a new base element
   150  
   151  ### func [Basefont](/autotags.go#L61)
   152  
   153  `func Basefont(options ...interface{}) nodes.Element`
   154  
   155  Basefont Creates a new basefont element
   156  
   157  ### func [Bb](/autotags.go#L66)
   158  
   159  `func Bb(options ...interface{}) nodes.Element`
   160  
   161  Bb Creates a new bb element
   162  
   163  ### func [Bdi](/autotags.go#L71)
   164  
   165  `func Bdi(options ...interface{}) nodes.Element`
   166  
   167  Bdi Creates a new bdi element
   168  
   169  ### func [Bdo](/autotags.go#L76)
   170  
   171  `func Bdo(options ...interface{}) nodes.Element`
   172  
   173  Bdo Creates a new bdo element
   174  
   175  ### func [Bgcolor](/autoattributes.go#L71)
   176  
   177  `func Bgcolor(value ...string) nodes.Attr`
   178  
   179  Bgcolor sets bgcolor attribute
   180  
   181  ### func [Bgsound](/autotags.go#L81)
   182  
   183  `func Bgsound(options ...interface{}) nodes.Element`
   184  
   185  Bgsound Creates a new bgsound element
   186  
   187  ### func [Big](/autotags.go#L86)
   188  
   189  `func Big(options ...interface{}) nodes.Element`
   190  
   191  Big Creates a new big element
   192  
   193  ### func [Blink](/autotags.go#L91)
   194  
   195  `func Blink(options ...interface{}) nodes.Element`
   196  
   197  Blink Creates a new blink element
   198  
   199  ### func [Blockquote](/autotags.go#L96)
   200  
   201  `func Blockquote(options ...interface{}) nodes.Element`
   202  
   203  Blockquote Creates a new blockquote element
   204  
   205  ### func [Body](/autotags.go#L101)
   206  
   207  `func Body(options ...interface{}) nodes.Element`
   208  
   209  Body Creates a new body element
   210  
   211  ### func [Border](/autoattributes.go#L76)
   212  
   213  `func Border(value ...string) nodes.Attr`
   214  
   215  Border sets border attribute
   216  
   217  ### func [Br](/autotags.go#L106)
   218  
   219  `func Br(options ...interface{}) nodes.Element`
   220  
   221  Br Creates a new br element
   222  
   223  ### func [Buffered](/autoattributes.go#L81)
   224  
   225  `func Buffered(value ...string) nodes.Attr`
   226  
   227  Buffered sets buffered attribute
   228  
   229  ### func [Button](/autotags.go#L111)
   230  
   231  `func Button(options ...interface{}) nodes.Element`
   232  
   233  Button Creates a new button element
   234  
   235  ### func [Canvas](/autotags.go#L116)
   236  
   237  `func Canvas(options ...interface{}) nodes.Element`
   238  
   239  Canvas Creates a new canvas element
   240  
   241  ### func [Caption](/autotags.go#L121)
   242  
   243  `func Caption(options ...interface{}) nodes.Element`
   244  
   245  Caption Creates a new caption element
   246  
   247  ### func [Capture](/autoattributes.go#L86)
   248  
   249  `func Capture(value ...string) nodes.Attr`
   250  
   251  Capture sets capture attribute
   252  
   253  ### func [Center](/autotags.go#L126)
   254  
   255  `func Center(options ...interface{}) nodes.Element`
   256  
   257  Center Creates a new center element
   258  
   259  ### func [Challenge](/autoattributes.go#L91)
   260  
   261  `func Challenge(value ...string) nodes.Attr`
   262  
   263  Challenge sets challenge attribute
   264  
   265  ### func [Charset](/autoattributes.go#L96)
   266  
   267  `func Charset(value ...string) nodes.Attr`
   268  
   269  Charset sets charset attribute
   270  
   271  ### func [Checked](/autoattributes.go#L101)
   272  
   273  `func Checked(value ...string) nodes.Attr`
   274  
   275  Checked sets checked attribute
   276  
   277  ### func [Cite](/autotags.go#L131)
   278  
   279  `func Cite(options ...interface{}) nodes.Element`
   280  
   281  Cite Creates a new cite element
   282  
   283  ### func [CiteAttr](/autoattributes.go#L106)
   284  
   285  `func CiteAttr(value ...string) nodes.Attr`
   286  
   287  CiteAttr sets cite attribute
   288  
   289  ### func [Class](/autoattributes.go#L111)
   290  
   291  `func Class(value ...string) nodes.Attr`
   292  
   293  Class sets class attribute
   294  
   295  ### func [Code](/autotags.go#L136)
   296  
   297  `func Code(options ...interface{}) nodes.Element`
   298  
   299  Code Creates a new code element
   300  
   301  ### func [CodeAttr](/autoattributes.go#L116)
   302  
   303  `func CodeAttr(value ...string) nodes.Attr`
   304  
   305  CodeAttr sets code attribute
   306  
   307  ### func [Codebase](/autoattributes.go#L121)
   308  
   309  `func Codebase(value ...string) nodes.Attr`
   310  
   311  Codebase sets codebase attribute
   312  
   313  ### func [Col](/autotags.go#L141)
   314  
   315  `func Col(options ...interface{}) nodes.Element`
   316  
   317  Col Creates a new col element
   318  
   319  ### func [Colgroup](/autotags.go#L146)
   320  
   321  `func Colgroup(options ...interface{}) nodes.Element`
   322  
   323  Colgroup Creates a new colgroup element
   324  
   325  ### func [Color](/autoattributes.go#L126)
   326  
   327  `func Color(value ...string) nodes.Attr`
   328  
   329  Color sets color attribute
   330  
   331  ### func [Cols](/autoattributes.go#L131)
   332  
   333  `func Cols(value ...string) nodes.Attr`
   334  
   335  Cols sets cols attribute
   336  
   337  ### func [Colspan](/autoattributes.go#L136)
   338  
   339  `func Colspan(value ...string) nodes.Attr`
   340  
   341  Colspan sets colspan attribute
   342  
   343  ### func [Command](/autotags.go#L151)
   344  
   345  `func Command(options ...interface{}) nodes.Element`
   346  
   347  Command Creates a new command element
   348  
   349  ### func [Content](/autotags.go#L156)
   350  
   351  `func Content(options ...interface{}) nodes.Element`
   352  
   353  Content Creates a new content element
   354  
   355  ### func [ContentAttr](/autoattributes.go#L141)
   356  
   357  `func ContentAttr(value ...string) nodes.Attr`
   358  
   359  ContentAttr sets content attribute
   360  
   361  ### func [Contenteditable](/autoattributes.go#L146)
   362  
   363  `func Contenteditable(value ...string) nodes.Attr`
   364  
   365  Contenteditable sets contenteditable attribute
   366  
   367  ### func [Contextmenu](/autoattributes.go#L151)
   368  
   369  `func Contextmenu(value ...string) nodes.Attr`
   370  
   371  Contextmenu sets contextmenu attribute
   372  
   373  ### func [Controls](/autoattributes.go#L156)
   374  
   375  `func Controls(value ...string) nodes.Attr`
   376  
   377  Controls sets controls attribute
   378  
   379  ### func [Coords](/autoattributes.go#L161)
   380  
   381  `func Coords(value ...string) nodes.Attr`
   382  
   383  Coords sets coords attribute
   384  
   385  ### func [Crossorigin](/autoattributes.go#L166)
   386  
   387  `func Crossorigin(value ...string) nodes.Attr`
   388  
   389  Crossorigin sets crossorigin attribute
   390  
   391  ### func [Csp](/autoattributes.go#L171)
   392  
   393  `func Csp(value ...string) nodes.Attr`
   394  
   395  Csp sets csp attribute
   396  
   397  ### func [Data](/autotags.go#L161)
   398  
   399  `func Data(options ...interface{}) nodes.Element`
   400  
   401  Data Creates a new data element
   402  
   403  ### func [DataAttr](/html.go#L12)
   404  
   405  `func DataAttr(attr string, value ...string) nodes.Attr`
   406  
   407  DataAttr sets a data-* attribute.
   408  
   409  ### func [DataAttrValue](/autoattributes.go#L176)
   410  
   411  `func DataAttrValue(value ...string) nodes.Attr`
   412  
   413  DataAttrValue sets data attribute
   414  
   415  ### func [Datagrid](/autotags.go#L166)
   416  
   417  `func Datagrid(options ...interface{}) nodes.Element`
   418  
   419  Datagrid Creates a new datagrid element
   420  
   421  ### func [Datalist](/autotags.go#L171)
   422  
   423  `func Datalist(options ...interface{}) nodes.Element`
   424  
   425  Datalist Creates a new datalist element
   426  
   427  ### func [Datetime](/autoattributes.go#L181)
   428  
   429  `func Datetime(value ...string) nodes.Attr`
   430  
   431  Datetime sets datetime attribute
   432  
   433  ### func [Dd](/autotags.go#L176)
   434  
   435  `func Dd(options ...interface{}) nodes.Element`
   436  
   437  Dd Creates a new dd element
   438  
   439  ### func [Decoding](/autoattributes.go#L186)
   440  
   441  `func Decoding(value ...string) nodes.Attr`
   442  
   443  Decoding sets decoding attribute
   444  
   445  ### func [Default](/autoattributes.go#L191)
   446  
   447  `func Default(value ...string) nodes.Attr`
   448  
   449  Default sets default attribute
   450  
   451  ### func [Defer](/autoattributes.go#L196)
   452  
   453  `func Defer(value ...string) nodes.Attr`
   454  
   455  Defer sets defer attribute
   456  
   457  ### func [Del](/autotags.go#L181)
   458  
   459  `func Del(options ...interface{}) nodes.Element`
   460  
   461  Del Creates a new del element
   462  
   463  ### func [Details](/autotags.go#L186)
   464  
   465  `func Details(options ...interface{}) nodes.Element`
   466  
   467  Details Creates a new details element
   468  
   469  ### func [Dfn](/autotags.go#L191)
   470  
   471  `func Dfn(options ...interface{}) nodes.Element`
   472  
   473  Dfn Creates a new dfn element
   474  
   475  ### func [Dialog](/autotags.go#L196)
   476  
   477  `func Dialog(options ...interface{}) nodes.Element`
   478  
   479  Dialog Creates a new dialog element
   480  
   481  ### func [Dir](/autotags.go#L201)
   482  
   483  `func Dir(options ...interface{}) nodes.Element`
   484  
   485  Dir Creates a new dir element
   486  
   487  ### func [DirAttr](/autoattributes.go#L201)
   488  
   489  `func DirAttr(value ...string) nodes.Attr`
   490  
   491  DirAttr sets dir attribute
   492  
   493  ### func [Dirname](/autoattributes.go#L206)
   494  
   495  `func Dirname(value ...string) nodes.Attr`
   496  
   497  Dirname sets dirname attribute
   498  
   499  ### func [Disabled](/autoattributes.go#L211)
   500  
   501  `func Disabled(value ...string) nodes.Attr`
   502  
   503  Disabled sets disabled attribute
   504  
   505  ### func [Div](/autotags.go#L206)
   506  
   507  `func Div(options ...interface{}) nodes.Element`
   508  
   509  Div Creates a new div element
   510  
   511  ### func [Dl](/autotags.go#L211)
   512  
   513  `func Dl(options ...interface{}) nodes.Element`
   514  
   515  Dl Creates a new dl element
   516  
   517  ### func [Download](/autoattributes.go#L216)
   518  
   519  `func Download(value ...string) nodes.Attr`
   520  
   521  Download sets download attribute
   522  
   523  ### func [Draggable](/autoattributes.go#L221)
   524  
   525  `func Draggable(value ...string) nodes.Attr`
   526  
   527  Draggable sets draggable attribute
   528  
   529  ### func [Dt](/autotags.go#L216)
   530  
   531  `func Dt(options ...interface{}) nodes.Element`
   532  
   533  Dt Creates a new dt element
   534  
   535  ### func [Em](/autotags.go#L221)
   536  
   537  `func Em(options ...interface{}) nodes.Element`
   538  
   539  Em Creates a new em element
   540  
   541  ### func [Embed](/autotags.go#L226)
   542  
   543  `func Embed(options ...interface{}) nodes.Element`
   544  
   545  Embed Creates a new embed element
   546  
   547  ### func [Enctype](/autoattributes.go#L226)
   548  
   549  `func Enctype(value ...string) nodes.Attr`
   550  
   551  Enctype sets enctype attribute
   552  
   553  ### func [Enterkeyhint](/autoattributes.go#L231)
   554  
   555  `func Enterkeyhint(value ...string) nodes.Attr`
   556  
   557  Enterkeyhint sets enterkeyhint attribute
   558  
   559  ### func [Eventsource](/autotags.go#L231)
   560  
   561  `func Eventsource(options ...interface{}) nodes.Element`
   562  
   563  Eventsource Creates a new eventsource element
   564  
   565  ### func [Fieldset](/autotags.go#L236)
   566  
   567  `func Fieldset(options ...interface{}) nodes.Element`
   568  
   569  Fieldset Creates a new fieldset element
   570  
   571  ### func [Figcaption](/autotags.go#L241)
   572  
   573  `func Figcaption(options ...interface{}) nodes.Element`
   574  
   575  Figcaption Creates a new figcaption element
   576  
   577  ### func [Figure](/autotags.go#L246)
   578  
   579  `func Figure(options ...interface{}) nodes.Element`
   580  
   581  Figure Creates a new figure element
   582  
   583  ### func [Font](/autotags.go#L251)
   584  
   585  `func Font(options ...interface{}) nodes.Element`
   586  
   587  Font Creates a new font element
   588  
   589  ### func [Footer](/autotags.go#L256)
   590  
   591  `func Footer(options ...interface{}) nodes.Element`
   592  
   593  Footer Creates a new footer element
   594  
   595  ### func [For](/autoattributes.go#L236)
   596  
   597  `func For(value ...string) nodes.Attr`
   598  
   599  For sets for attribute
   600  
   601  ### func [Form](/autotags.go#L261)
   602  
   603  `func Form(options ...interface{}) nodes.Element`
   604  
   605  Form Creates a new form element
   606  
   607  ### func [FormAttr](/autoattributes.go#L241)
   608  
   609  `func FormAttr(value ...string) nodes.Attr`
   610  
   611  FormAttr sets form attribute
   612  
   613  ### func [Formaction](/autoattributes.go#L246)
   614  
   615  `func Formaction(value ...string) nodes.Attr`
   616  
   617  Formaction sets formaction attribute
   618  
   619  ### func [Formenctype](/autoattributes.go#L251)
   620  
   621  `func Formenctype(value ...string) nodes.Attr`
   622  
   623  Formenctype sets formenctype attribute
   624  
   625  ### func [Formmethod](/autoattributes.go#L256)
   626  
   627  `func Formmethod(value ...string) nodes.Attr`
   628  
   629  Formmethod sets formmethod attribute
   630  
   631  ### func [Formnovalidate](/autoattributes.go#L261)
   632  
   633  `func Formnovalidate(value ...string) nodes.Attr`
   634  
   635  Formnovalidate sets formnovalidate attribute
   636  
   637  ### func [Formtarget](/autoattributes.go#L266)
   638  
   639  `func Formtarget(value ...string) nodes.Attr`
   640  
   641  Formtarget sets formtarget attribute
   642  
   643  ### func [Frame](/autotags.go#L266)
   644  
   645  `func Frame(options ...interface{}) nodes.Element`
   646  
   647  Frame Creates a new frame element
   648  
   649  ### func [Frameset](/autotags.go#L271)
   650  
   651  `func Frameset(options ...interface{}) nodes.Element`
   652  
   653  Frameset Creates a new frameset element
   654  
   655  ### func [H1](/autotags.go#L276)
   656  
   657  `func H1(options ...interface{}) nodes.Element`
   658  
   659  H1 Creates a new h1 element
   660  
   661  ### func [Head](/autotags.go#L281)
   662  
   663  `func Head(options ...interface{}) nodes.Element`
   664  
   665  Head Creates a new head element
   666  
   667  ### func [Header](/autotags.go#L286)
   668  
   669  `func Header(options ...interface{}) nodes.Element`
   670  
   671  Header Creates a new header element
   672  
   673  ### func [Headers](/autoattributes.go#L271)
   674  
   675  `func Headers(value ...string) nodes.Attr`
   676  
   677  Headers sets headers attribute
   678  
   679  ### func [Height](/autoattributes.go#L276)
   680  
   681  `func Height(value ...string) nodes.Attr`
   682  
   683  Height sets height attribute
   684  
   685  ### func [Hgroup](/autotags.go#L291)
   686  
   687  `func Hgroup(options ...interface{}) nodes.Element`
   688  
   689  Hgroup Creates a new hgroup element
   690  
   691  ### func [Hidden](/autoattributes.go#L281)
   692  
   693  `func Hidden(value ...string) nodes.Attr`
   694  
   695  Hidden sets hidden attribute
   696  
   697  ### func [High](/autoattributes.go#L286)
   698  
   699  `func High(value ...string) nodes.Attr`
   700  
   701  High sets high attribute
   702  
   703  ### func [Hr](/autotags.go#L296)
   704  
   705  `func Hr(options ...interface{}) nodes.Element`
   706  
   707  Hr Creates a new hr element
   708  
   709  ### func [Href](/autoattributes.go#L291)
   710  
   711  `func Href(value ...string) nodes.Attr`
   712  
   713  Href sets href attribute
   714  
   715  ### func [Hreflang](/autoattributes.go#L296)
   716  
   717  `func Hreflang(value ...string) nodes.Attr`
   718  
   719  Hreflang sets hreflang attribute
   720  
   721  ### func [Html](/autotags.go#L301)
   722  
   723  `func Html(options ...interface{}) nodes.Element`
   724  
   725  Html Creates a new html element
   726  
   727  ### func [HttpEquiv](/autoattributes.go#L301)
   728  
   729  `func HttpEquiv(value ...string) nodes.Attr`
   730  
   731  HttpEquiv sets http-equiv attribute
   732  
   733  ### func [I](/autotags.go#L306)
   734  
   735  `func I(options ...interface{}) nodes.Element`
   736  
   737  I Creates a new i element
   738  
   739  ### func [Icon](/autoattributes.go#L306)
   740  
   741  `func Icon(value ...string) nodes.Attr`
   742  
   743  Icon sets icon attribute
   744  
   745  ### func [Id](/autoattributes.go#L311)
   746  
   747  `func Id(value ...string) nodes.Attr`
   748  
   749  Id sets id attribute
   750  
   751  ### func [Iframe](/autotags.go#L311)
   752  
   753  `func Iframe(options ...interface{}) nodes.Element`
   754  
   755  Iframe Creates a new iframe element
   756  
   757  ### func [Image](/autotags.go#L316)
   758  
   759  `func Image(options ...interface{}) nodes.Element`
   760  
   761  Image Creates a new image element
   762  
   763  ### func [Img](/autotags.go#L321)
   764  
   765  `func Img(options ...interface{}) nodes.Element`
   766  
   767  Img Creates a new img element
   768  
   769  ### func [Importance](/autoattributes.go#L316)
   770  
   771  `func Importance(value ...string) nodes.Attr`
   772  
   773  Importance sets importance attribute
   774  
   775  ### func [Input](/autotags.go#L326)
   776  
   777  `func Input(options ...interface{}) nodes.Element`
   778  
   779  Input Creates a new input element
   780  
   781  ### func [Inputmode](/autoattributes.go#L331)
   782  
   783  `func Inputmode(value ...string) nodes.Attr`
   784  
   785  Inputmode sets inputmode attribute
   786  
   787  ### func [Ins](/autotags.go#L331)
   788  
   789  `func Ins(options ...interface{}) nodes.Element`
   790  
   791  Ins Creates a new ins element
   792  
   793  ### func [Integrity](/autoattributes.go#L321)
   794  
   795  `func Integrity(value ...string) nodes.Attr`
   796  
   797  Integrity sets integrity attribute
   798  
   799  ### func [Intrinsicsize](/autoattributes.go#L326)
   800  
   801  `func Intrinsicsize(value ...string) nodes.Attr`
   802  
   803  Intrinsicsize sets intrinsicsize attribute
   804  
   805  ### func [Isindex](/autotags.go#L336)
   806  
   807  `func Isindex(options ...interface{}) nodes.Element`
   808  
   809  Isindex Creates a new isindex element
   810  
   811  ### func [Ismap](/autoattributes.go#L336)
   812  
   813  `func Ismap(value ...string) nodes.Attr`
   814  
   815  Ismap sets ismap attribute
   816  
   817  ### func [Itemprop](/autoattributes.go#L341)
   818  
   819  `func Itemprop(value ...string) nodes.Attr`
   820  
   821  Itemprop sets itemprop attribute
   822  
   823  ### func [Kbd](/autotags.go#L341)
   824  
   825  `func Kbd(options ...interface{}) nodes.Element`
   826  
   827  Kbd Creates a new kbd element
   828  
   829  ### func [Keygen](/autotags.go#L346)
   830  
   831  `func Keygen(options ...interface{}) nodes.Element`
   832  
   833  Keygen Creates a new keygen element
   834  
   835  ### func [Keytype](/autoattributes.go#L346)
   836  
   837  `func Keytype(value ...string) nodes.Attr`
   838  
   839  Keytype sets keytype attribute
   840  
   841  ### func [Kind](/autoattributes.go#L351)
   842  
   843  `func Kind(value ...string) nodes.Attr`
   844  
   845  Kind sets kind attribute
   846  
   847  ### func [Label](/autotags.go#L351)
   848  
   849  `func Label(options ...interface{}) nodes.Element`
   850  
   851  Label Creates a new label element
   852  
   853  ### func [LabelAttr](/autoattributes.go#L356)
   854  
   855  `func LabelAttr(value ...string) nodes.Attr`
   856  
   857  LabelAttr sets label attribute
   858  
   859  ### func [Lang](/autoattributes.go#L361)
   860  
   861  `func Lang(value ...string) nodes.Attr`
   862  
   863  Lang sets lang attribute
   864  
   865  ### func [Language](/autoattributes.go#L366)
   866  
   867  `func Language(value ...string) nodes.Attr`
   868  
   869  Language sets language attribute
   870  
   871  ### func [Legend](/autotags.go#L356)
   872  
   873  `func Legend(options ...interface{}) nodes.Element`
   874  
   875  Legend Creates a new legend element
   876  
   877  ### func [Li](/autotags.go#L361)
   878  
   879  `func Li(options ...interface{}) nodes.Element`
   880  
   881  Li Creates a new li element
   882  
   883  ### func [Link](/autotags.go#L366)
   884  
   885  `func Link(options ...interface{}) nodes.Element`
   886  
   887  Link Creates a new link element
   888  
   889  ### func [List](/autoattributes.go#L376)
   890  
   891  `func List(value ...string) nodes.Attr`
   892  
   893  List sets list attribute
   894  
   895  ### func [Loading](/autoattributes.go#L371)
   896  
   897  `func Loading(value ...string) nodes.Attr`
   898  
   899  Loading sets loading attribute
   900  
   901  ### func [Loop](/autoattributes.go#L381)
   902  
   903  `func Loop(value ...string) nodes.Attr`
   904  
   905  Loop sets loop attribute
   906  
   907  ### func [Low](/autoattributes.go#L386)
   908  
   909  `func Low(value ...string) nodes.Attr`
   910  
   911  Low sets low attribute
   912  
   913  ### func [Main](/autotags.go#L371)
   914  
   915  `func Main(options ...interface{}) nodes.Element`
   916  
   917  Main Creates a new main element
   918  
   919  ### func [Manifest](/autoattributes.go#L391)
   920  
   921  `func Manifest(value ...string) nodes.Attr`
   922  
   923  Manifest sets manifest attribute
   924  
   925  ### func [Map](/autotags.go#L376)
   926  
   927  `func Map(options ...interface{}) nodes.Element`
   928  
   929  Map Creates a new map element
   930  
   931  ### func [Mark](/autotags.go#L381)
   932  
   933  `func Mark(options ...interface{}) nodes.Element`
   934  
   935  Mark Creates a new mark element
   936  
   937  ### func [Marquee](/autotags.go#L386)
   938  
   939  `func Marquee(options ...interface{}) nodes.Element`
   940  
   941  Marquee Creates a new marquee element
   942  
   943  ### func [Max](/autoattributes.go#L396)
   944  
   945  `func Max(value ...string) nodes.Attr`
   946  
   947  Max sets max attribute
   948  
   949  ### func [Maxlength](/autoattributes.go#L401)
   950  
   951  `func Maxlength(value ...string) nodes.Attr`
   952  
   953  Maxlength sets maxlength attribute
   954  
   955  ### func [Media](/autoattributes.go#L411)
   956  
   957  `func Media(value ...string) nodes.Attr`
   958  
   959  Media sets media attribute
   960  
   961  ### func [Menu](/autotags.go#L391)
   962  
   963  `func Menu(options ...interface{}) nodes.Element`
   964  
   965  Menu Creates a new menu element
   966  
   967  ### func [Menuitem](/autotags.go#L396)
   968  
   969  `func Menuitem(options ...interface{}) nodes.Element`
   970  
   971  Menuitem Creates a new menuitem element
   972  
   973  ### func [Meta](/autotags.go#L401)
   974  
   975  `func Meta(options ...interface{}) nodes.Element`
   976  
   977  Meta Creates a new meta element
   978  
   979  ### func [Meter](/autotags.go#L406)
   980  
   981  `func Meter(options ...interface{}) nodes.Element`
   982  
   983  Meter Creates a new meter element
   984  
   985  ### func [Method](/autoattributes.go#L416)
   986  
   987  `func Method(value ...string) nodes.Attr`
   988  
   989  Method sets method attribute
   990  
   991  ### func [Min](/autoattributes.go#L421)
   992  
   993  `func Min(value ...string) nodes.Attr`
   994  
   995  Min sets min attribute
   996  
   997  ### func [Minlength](/autoattributes.go#L406)
   998  
   999  `func Minlength(value ...string) nodes.Attr`
  1000  
  1001  Minlength sets minlength attribute
  1002  
  1003  ### func [Multiple](/autoattributes.go#L426)
  1004  
  1005  `func Multiple(value ...string) nodes.Attr`
  1006  
  1007  Multiple sets multiple attribute
  1008  
  1009  ### func [Muted](/autoattributes.go#L431)
  1010  
  1011  `func Muted(value ...string) nodes.Attr`
  1012  
  1013  Muted sets muted attribute
  1014  
  1015  ### func [Name](/autoattributes.go#L436)
  1016  
  1017  `func Name(value ...string) nodes.Attr`
  1018  
  1019  Name sets name attribute
  1020  
  1021  ### func [Nav](/autotags.go#L411)
  1022  
  1023  `func Nav(options ...interface{}) nodes.Element`
  1024  
  1025  Nav Creates a new nav element
  1026  
  1027  ### func [Nobr](/autotags.go#L416)
  1028  
  1029  `func Nobr(options ...interface{}) nodes.Element`
  1030  
  1031  Nobr Creates a new nobr element
  1032  
  1033  ### func [Noembed](/autotags.go#L421)
  1034  
  1035  `func Noembed(options ...interface{}) nodes.Element`
  1036  
  1037  Noembed Creates a new noembed element
  1038  
  1039  ### func [Noframes](/autotags.go#L426)
  1040  
  1041  `func Noframes(options ...interface{}) nodes.Element`
  1042  
  1043  Noframes Creates a new noframes element
  1044  
  1045  ### func [Noscript](/autotags.go#L431)
  1046  
  1047  `func Noscript(options ...interface{}) nodes.Element`
  1048  
  1049  Noscript Creates a new noscript element
  1050  
  1051  ### func [Novalidate](/autoattributes.go#L441)
  1052  
  1053  `func Novalidate(value ...string) nodes.Attr`
  1054  
  1055  Novalidate sets novalidate attribute
  1056  
  1057  ### func [Object](/autotags.go#L436)
  1058  
  1059  `func Object(options ...interface{}) nodes.Element`
  1060  
  1061  Object Creates a new object element
  1062  
  1063  ### func [Ol](/autotags.go#L441)
  1064  
  1065  `func Ol(options ...interface{}) nodes.Element`
  1066  
  1067  Ol Creates a new ol element
  1068  
  1069  ### func [Open](/autoattributes.go#L446)
  1070  
  1071  `func Open(value ...string) nodes.Attr`
  1072  
  1073  Open sets open attribute
  1074  
  1075  ### func [Optgroup](/autotags.go#L446)
  1076  
  1077  `func Optgroup(options ...interface{}) nodes.Element`
  1078  
  1079  Optgroup Creates a new optgroup element
  1080  
  1081  ### func [Optimum](/autoattributes.go#L451)
  1082  
  1083  `func Optimum(value ...string) nodes.Attr`
  1084  
  1085  Optimum sets optimum attribute
  1086  
  1087  ### func [Option](/autotags.go#L451)
  1088  
  1089  `func Option(options ...interface{}) nodes.Element`
  1090  
  1091  Option Creates a new option element
  1092  
  1093  ### func [Output](/autotags.go#L456)
  1094  
  1095  `func Output(options ...interface{}) nodes.Element`
  1096  
  1097  Output Creates a new output element
  1098  
  1099  ### func [P](/autotags.go#L461)
  1100  
  1101  `func P(options ...interface{}) nodes.Element`
  1102  
  1103  P Creates a new p element
  1104  
  1105  ### func [Param](/autotags.go#L466)
  1106  
  1107  `func Param(options ...interface{}) nodes.Element`
  1108  
  1109  Param Creates a new param element
  1110  
  1111  ### func [Pattern](/autoattributes.go#L456)
  1112  
  1113  `func Pattern(value ...string) nodes.Attr`
  1114  
  1115  Pattern sets pattern attribute
  1116  
  1117  ### func [Picture](/autotags.go#L471)
  1118  
  1119  `func Picture(options ...interface{}) nodes.Element`
  1120  
  1121  Picture Creates a new picture element
  1122  
  1123  ### func [Ping](/autoattributes.go#L461)
  1124  
  1125  `func Ping(value ...string) nodes.Attr`
  1126  
  1127  Ping sets ping attribute
  1128  
  1129  ### func [Placeholder](/autoattributes.go#L466)
  1130  
  1131  `func Placeholder(value ...string) nodes.Attr`
  1132  
  1133  Placeholder sets placeholder attribute
  1134  
  1135  ### func [Plaintext](/autotags.go#L476)
  1136  
  1137  `func Plaintext(options ...interface{}) nodes.Element`
  1138  
  1139  Plaintext Creates a new plaintext element
  1140  
  1141  ### func [Portal](/autotags.go#L481)
  1142  
  1143  `func Portal(options ...interface{}) nodes.Element`
  1144  
  1145  Portal Creates a new portal element
  1146  
  1147  ### func [Poster](/autoattributes.go#L471)
  1148  
  1149  `func Poster(value ...string) nodes.Attr`
  1150  
  1151  Poster sets poster attribute
  1152  
  1153  ### func [Pre](/autotags.go#L486)
  1154  
  1155  `func Pre(options ...interface{}) nodes.Element`
  1156  
  1157  Pre Creates a new pre element
  1158  
  1159  ### func [Preload](/autoattributes.go#L476)
  1160  
  1161  `func Preload(value ...string) nodes.Attr`
  1162  
  1163  Preload sets preload attribute
  1164  
  1165  ### func [Progress](/autotags.go#L491)
  1166  
  1167  `func Progress(options ...interface{}) nodes.Element`
  1168  
  1169  Progress Creates a new progress element
  1170  
  1171  ### func [Q](/autotags.go#L496)
  1172  
  1173  `func Q(options ...interface{}) nodes.Element`
  1174  
  1175  Q Creates a new q element
  1176  
  1177  ### func [Radiogroup](/autoattributes.go#L481)
  1178  
  1179  `func Radiogroup(value ...string) nodes.Attr`
  1180  
  1181  Radiogroup sets radiogroup attribute
  1182  
  1183  ### func [Rb](/autotags.go#L501)
  1184  
  1185  `func Rb(options ...interface{}) nodes.Element`
  1186  
  1187  Rb Creates a new rb element
  1188  
  1189  ### func [Readonly](/autoattributes.go#L486)
  1190  
  1191  `func Readonly(value ...string) nodes.Attr`
  1192  
  1193  Readonly sets readonly attribute
  1194  
  1195  ### func [Referrerpolicy](/autoattributes.go#L491)
  1196  
  1197  `func Referrerpolicy(value ...string) nodes.Attr`
  1198  
  1199  Referrerpolicy sets referrerpolicy attribute
  1200  
  1201  ### func [Rel](/autoattributes.go#L496)
  1202  
  1203  `func Rel(value ...string) nodes.Attr`
  1204  
  1205  Rel sets rel attribute
  1206  
  1207  ### func [Required](/autoattributes.go#L501)
  1208  
  1209  `func Required(value ...string) nodes.Attr`
  1210  
  1211  Required sets required attribute
  1212  
  1213  ### func [Reversed](/autoattributes.go#L506)
  1214  
  1215  `func Reversed(value ...string) nodes.Attr`
  1216  
  1217  Reversed sets reversed attribute
  1218  
  1219  ### func [Rows](/autoattributes.go#L511)
  1220  
  1221  `func Rows(value ...string) nodes.Attr`
  1222  
  1223  Rows sets rows attribute
  1224  
  1225  ### func [Rowspan](/autoattributes.go#L516)
  1226  
  1227  `func Rowspan(value ...string) nodes.Attr`
  1228  
  1229  Rowspan sets rowspan attribute
  1230  
  1231  ### func [Rp](/autotags.go#L506)
  1232  
  1233  `func Rp(options ...interface{}) nodes.Element`
  1234  
  1235  Rp Creates a new rp element
  1236  
  1237  ### func [Rt](/autotags.go#L511)
  1238  
  1239  `func Rt(options ...interface{}) nodes.Element`
  1240  
  1241  Rt Creates a new rt element
  1242  
  1243  ### func [Rtc](/autotags.go#L516)
  1244  
  1245  `func Rtc(options ...interface{}) nodes.Element`
  1246  
  1247  Rtc Creates a new rtc element
  1248  
  1249  ### func [Ruby](/autotags.go#L521)
  1250  
  1251  `func Ruby(options ...interface{}) nodes.Element`
  1252  
  1253  Ruby Creates a new ruby element
  1254  
  1255  ### func [S](/autotags.go#L526)
  1256  
  1257  `func S(options ...interface{}) nodes.Element`
  1258  
  1259  S Creates a new s element
  1260  
  1261  ### func [Samp](/autotags.go#L531)
  1262  
  1263  `func Samp(options ...interface{}) nodes.Element`
  1264  
  1265  Samp Creates a new samp element
  1266  
  1267  ### func [Sandbox](/autoattributes.go#L521)
  1268  
  1269  `func Sandbox(value ...string) nodes.Attr`
  1270  
  1271  Sandbox sets sandbox attribute
  1272  
  1273  ### func [Scope](/autoattributes.go#L526)
  1274  
  1275  `func Scope(value ...string) nodes.Attr`
  1276  
  1277  Scope sets scope attribute
  1278  
  1279  ### func [Scoped](/autoattributes.go#L531)
  1280  
  1281  `func Scoped(value ...string) nodes.Attr`
  1282  
  1283  Scoped sets scoped attribute
  1284  
  1285  ### func [Script](/autotags.go#L536)
  1286  
  1287  `func Script(options ...interface{}) nodes.Element`
  1288  
  1289  Script Creates a new script element
  1290  
  1291  ### func [Section](/autotags.go#L541)
  1292  
  1293  `func Section(options ...interface{}) nodes.Element`
  1294  
  1295  Section Creates a new section element
  1296  
  1297  ### func [Select](/autotags.go#L546)
  1298  
  1299  `func Select(options ...interface{}) nodes.Element`
  1300  
  1301  Select Creates a new select element
  1302  
  1303  ### func [Selected](/autoattributes.go#L536)
  1304  
  1305  `func Selected(value ...string) nodes.Attr`
  1306  
  1307  Selected sets selected attribute
  1308  
  1309  ### func [Shadow](/autotags.go#L551)
  1310  
  1311  `func Shadow(options ...interface{}) nodes.Element`
  1312  
  1313  Shadow Creates a new shadow element
  1314  
  1315  ### func [Shape](/autoattributes.go#L541)
  1316  
  1317  `func Shape(value ...string) nodes.Attr`
  1318  
  1319  Shape sets shape attribute
  1320  
  1321  ### func [Size](/autoattributes.go#L546)
  1322  
  1323  `func Size(value ...string) nodes.Attr`
  1324  
  1325  Size sets size attribute
  1326  
  1327  ### func [Sizes](/autoattributes.go#L551)
  1328  
  1329  `func Sizes(value ...string) nodes.Attr`
  1330  
  1331  Sizes sets sizes attribute
  1332  
  1333  ### func [Slot](/autotags.go#L556)
  1334  
  1335  `func Slot(options ...interface{}) nodes.Element`
  1336  
  1337  Slot Creates a new slot element
  1338  
  1339  ### func [SlotAttr](/autoattributes.go#L556)
  1340  
  1341  `func SlotAttr(value ...string) nodes.Attr`
  1342  
  1343  SlotAttr sets slot attribute
  1344  
  1345  ### func [Small](/autotags.go#L561)
  1346  
  1347  `func Small(options ...interface{}) nodes.Element`
  1348  
  1349  Small Creates a new small element
  1350  
  1351  ### func [Source](/autotags.go#L566)
  1352  
  1353  `func Source(options ...interface{}) nodes.Element`
  1354  
  1355  Source Creates a new source element
  1356  
  1357  ### func [Spacer](/autotags.go#L571)
  1358  
  1359  `func Spacer(options ...interface{}) nodes.Element`
  1360  
  1361  Spacer Creates a new spacer element
  1362  
  1363  ### func [Span](/autotags.go#L576)
  1364  
  1365  `func Span(options ...interface{}) nodes.Element`
  1366  
  1367  Span Creates a new span element
  1368  
  1369  ### func [SpanAttr](/autoattributes.go#L561)
  1370  
  1371  `func SpanAttr(value ...string) nodes.Attr`
  1372  
  1373  SpanAttr sets span attribute
  1374  
  1375  ### func [Spellcheck](/autoattributes.go#L566)
  1376  
  1377  `func Spellcheck(value ...string) nodes.Attr`
  1378  
  1379  Spellcheck sets spellcheck attribute
  1380  
  1381  ### func [Src](/autoattributes.go#L571)
  1382  
  1383  `func Src(value ...string) nodes.Attr`
  1384  
  1385  Src sets src attribute
  1386  
  1387  ### func [Srcdoc](/autoattributes.go#L576)
  1388  
  1389  `func Srcdoc(value ...string) nodes.Attr`
  1390  
  1391  Srcdoc sets srcdoc attribute
  1392  
  1393  ### func [Srclang](/autoattributes.go#L581)
  1394  
  1395  `func Srclang(value ...string) nodes.Attr`
  1396  
  1397  Srclang sets srclang attribute
  1398  
  1399  ### func [Srcset](/autoattributes.go#L586)
  1400  
  1401  `func Srcset(value ...string) nodes.Attr`
  1402  
  1403  Srcset sets srcset attribute
  1404  
  1405  ### func [Start](/autoattributes.go#L591)
  1406  
  1407  `func Start(value ...string) nodes.Attr`
  1408  
  1409  Start sets start attribute
  1410  
  1411  ### func [Step](/autoattributes.go#L596)
  1412  
  1413  `func Step(value ...string) nodes.Attr`
  1414  
  1415  Step sets step attribute
  1416  
  1417  ### func [Strike](/autotags.go#L581)
  1418  
  1419  `func Strike(options ...interface{}) nodes.Element`
  1420  
  1421  Strike Creates a new strike element
  1422  
  1423  ### func [Strong](/autotags.go#L586)
  1424  
  1425  `func Strong(options ...interface{}) nodes.Element`
  1426  
  1427  Strong Creates a new strong element
  1428  
  1429  ### func [Style](/autotags.go#L591)
  1430  
  1431  `func Style(options ...interface{}) nodes.Element`
  1432  
  1433  Style Creates a new style element
  1434  
  1435  ### func [StyleAttr](/autoattributes.go#L601)
  1436  
  1437  `func StyleAttr(value ...string) nodes.Attr`
  1438  
  1439  StyleAttr sets style attribute
  1440  
  1441  ### func [Sub](/autotags.go#L596)
  1442  
  1443  `func Sub(options ...interface{}) nodes.Element`
  1444  
  1445  Sub Creates a new sub element
  1446  
  1447  ### func [Summary](/autotags.go#L601)
  1448  
  1449  `func Summary(options ...interface{}) nodes.Element`
  1450  
  1451  Summary Creates a new summary element
  1452  
  1453  ### func [SummaryAttr](/autoattributes.go#L606)
  1454  
  1455  `func SummaryAttr(value ...string) nodes.Attr`
  1456  
  1457  SummaryAttr sets summary attribute
  1458  
  1459  ### func [Sup](/autotags.go#L606)
  1460  
  1461  `func Sup(options ...interface{}) nodes.Element`
  1462  
  1463  Sup Creates a new sup element
  1464  
  1465  ### func [Tabindex](/autoattributes.go#L611)
  1466  
  1467  `func Tabindex(value ...string) nodes.Attr`
  1468  
  1469  Tabindex sets tabindex attribute
  1470  
  1471  ### func [Table](/autotags.go#L611)
  1472  
  1473  `func Table(options ...interface{}) nodes.Element`
  1474  
  1475  Table Creates a new table element
  1476  
  1477  ### func [Target](/autoattributes.go#L616)
  1478  
  1479  `func Target(value ...string) nodes.Attr`
  1480  
  1481  Target sets target attribute
  1482  
  1483  ### func [Tbody](/autotags.go#L616)
  1484  
  1485  `func Tbody(options ...interface{}) nodes.Element`
  1486  
  1487  Tbody Creates a new tbody element
  1488  
  1489  ### func [Td](/autotags.go#L621)
  1490  
  1491  `func Td(options ...interface{}) nodes.Element`
  1492  
  1493  Td Creates a new td element
  1494  
  1495  ### func [Template](/autotags.go#L626)
  1496  
  1497  `func Template(options ...interface{}) nodes.Element`
  1498  
  1499  Template Creates a new template element
  1500  
  1501  ### func [Textarea](/autotags.go#L631)
  1502  
  1503  `func Textarea(options ...interface{}) nodes.Element`
  1504  
  1505  Textarea Creates a new textarea element
  1506  
  1507  ### func [Tfoot](/autotags.go#L636)
  1508  
  1509  `func Tfoot(options ...interface{}) nodes.Element`
  1510  
  1511  Tfoot Creates a new tfoot element
  1512  
  1513  ### func [Th](/autotags.go#L641)
  1514  
  1515  `func Th(options ...interface{}) nodes.Element`
  1516  
  1517  Th Creates a new th element
  1518  
  1519  ### func [Thead](/autotags.go#L646)
  1520  
  1521  `func Thead(options ...interface{}) nodes.Element`
  1522  
  1523  Thead Creates a new thead element
  1524  
  1525  ### func [Time](/autotags.go#L651)
  1526  
  1527  `func Time(options ...interface{}) nodes.Element`
  1528  
  1529  Time Creates a new time element
  1530  
  1531  ### func [Title](/autotags.go#L656)
  1532  
  1533  `func Title(options ...interface{}) nodes.Element`
  1534  
  1535  Title Creates a new title element
  1536  
  1537  ### func [TitleAttr](/autoattributes.go#L621)
  1538  
  1539  `func TitleAttr(value ...string) nodes.Attr`
  1540  
  1541  TitleAttr sets title attribute
  1542  
  1543  ### func [Tr](/autotags.go#L661)
  1544  
  1545  `func Tr(options ...interface{}) nodes.Element`
  1546  
  1547  Tr Creates a new tr element
  1548  
  1549  ### func [Track](/autotags.go#L666)
  1550  
  1551  `func Track(options ...interface{}) nodes.Element`
  1552  
  1553  Track Creates a new track element
  1554  
  1555  ### func [Translate](/autoattributes.go#L626)
  1556  
  1557  `func Translate(value ...string) nodes.Attr`
  1558  
  1559  Translate sets translate attribute
  1560  
  1561  ### func [Tt](/autotags.go#L671)
  1562  
  1563  `func Tt(options ...interface{}) nodes.Element`
  1564  
  1565  Tt Creates a new tt element
  1566  
  1567  ### func [Type](/autoattributes.go#L631)
  1568  
  1569  `func Type(value ...string) nodes.Attr`
  1570  
  1571  Type sets type attribute
  1572  
  1573  ### func [U](/autotags.go#L676)
  1574  
  1575  `func U(options ...interface{}) nodes.Element`
  1576  
  1577  U Creates a new u element
  1578  
  1579  ### func [Ul](/autotags.go#L681)
  1580  
  1581  `func Ul(options ...interface{}) nodes.Element`
  1582  
  1583  Ul Creates a new ul element
  1584  
  1585  ### func [Usemap](/autoattributes.go#L636)
  1586  
  1587  `func Usemap(value ...string) nodes.Attr`
  1588  
  1589  Usemap sets usemap attribute
  1590  
  1591  ### func [Value](/autoattributes.go#L641)
  1592  
  1593  `func Value(value ...string) nodes.Attr`
  1594  
  1595  Value sets value attribute
  1596  
  1597  ### func [Var](/autotags.go#L686)
  1598  
  1599  `func Var(options ...interface{}) nodes.Element`
  1600  
  1601  Var Creates a new var element
  1602  
  1603  ### func [Video](/autotags.go#L691)
  1604  
  1605  `func Video(options ...interface{}) nodes.Element`
  1606  
  1607  Video Creates a new video element
  1608  
  1609  ### func [Wbr](/autotags.go#L696)
  1610  
  1611  `func Wbr(options ...interface{}) nodes.Element`
  1612  
  1613  Wbr Creates a new wbr element
  1614  
  1615  ### func [Wbra](/autotags.go#L701)
  1616  
  1617  `func Wbra(options ...interface{}) nodes.Element`
  1618  
  1619  Wbra Creates a new wbra element
  1620  
  1621  ### func [Width](/autoattributes.go#L646)
  1622  
  1623  `func Width(value ...string) nodes.Attr`
  1624  
  1625  Width sets width attribute
  1626  
  1627  ### func [Xmp](/autotags.go#L706)
  1628  
  1629  `func Xmp(options ...interface{}) nodes.Element`
  1630  
  1631  Xmp Creates a new xmp element
  1632  
  1633  ---
  1634  Readme created from Go doc with [goreadme](https://github.com/posener/goreadme)