Expand description
API function definitions to create your html document. See the API example above.
Functionsยง
- a
- Creates an anchor element.
- abbr
- The abbr element.
- address
- The address element.
- area
- The area element.
- article
- The article element.
- aside
- The aside element.
- audio
- The audio element.
- b
- The b element.
- base
- Creates a base element.
- bdi
- The bdi element.
- bdo
- The bdo element.
- blockquote
- The blockquote element.
- body
- The body element.
- br
- Creates a br element.
- button
- The button element.
- canvas
- The canvas element.
- caption
- The caption element.
- charset
- Creates a
<meta>
charset tag node. - cite
- The cite element.
- code
- The code element.
- col
- The col element.
- colgroup
- The colgroup element.
- custom
- Creates an element with the given custom name.
- data
- Creates an data element.
- datalist
- The datalist element.
- dd
- The dd element.
- del
- The del element.
- description
- Creates a
<meta>
tag node with description. - details
- The details element.
- dfn
- The dfn element.
- dialog
- The dialog element.
- div
- The div element.
- dl
- The dl element.
- document
- Creates a new document with the given
<html>
node. - dt
- The dt element.
- em
- The em element.
- embed
- The embed element.
- fieldset
- The fieldset element.
- figcaption
- The figcaption element.
- figure
- The figure element.
- footer
- The footer element.
- form
- The form element.
- h1
- The h1 element.
- h2
- The h2 element.
- h3
- The h3 element.
- h4
- The h4 element.
- h5
- The h5 element.
- h6
- The h6 element.
- head
- The head element.
- header
- The header element.
- hgroup
- The hgroup element.
- hr
- Creates a hr element.
- html
- Creates a html element.
- i
- The i element.
- iframe
- The iframe element.
- img
- Creates an img element.
- input
- The input element.
- ins
- The ins element.
- kbd
- The kbd element.
- label
- The label element.
- legend
- The legend element.
- li
- The li element.
- link
- Creates a link element.
- main
- The main element.
- map
- Creates an map element.
- mark
- The mark element.
- math
- The math element.
- menu
- The menu element.
- meta
- Creates a meta element without attributes.
- meter
- The meter element.
- nav
- The nav element.
- noscript
- The noscript element.
- object
- The object element.
- ol
- The ol element.
- optgroup
- The optgroup element.
- option
- The option element.
- output
- The output element.
- p
- The p element.
- param
- Creates an param element.
- picture
- The picture element.
- pre
- The pre element.
- progress
- The progress element.
- q
- The q element.
- rp
- The rp element.
- rt
- The rt element.
- ruby
- The ruby element.
- s
- The s element.
- samp
- The samp element.
- script
- Creates an script element.
- section
- The section element.
- select
- The select element.
- slot
- The slot element.
- small
- The small element.
- source
- The source element.
- span
- The span element.
- strong
- The strong element.
- style
- Creates a style element.
- sub
- The sub element.
- summary
- The summary element.
- sup
- The sup element.
- svg
- The svg element.
- table
- The table element.
- tbody
- The tbody element.
- td
- The td element.
- template
- The template element.
- text
- Creates a text node.
- textarea
- The textarea element.
- tfoot
- The tfoot element.
- th
- The th element.
- thead
- The thead element.
- time
- The time element.
- title
- Creates a title element.
- tr
- The tr element.
- track
- The track element.
- u
- The u element.
- ul
- The ul element.
- var
- The var element.
- video
- The video element.
- viewport
- Creates a
<meta>
viewport tag node. - wbr
- The wbr element.