Crate html_export
Source - composed
- element
- errors
- head
- html
- miscellaneous
- prebuild
- tags
- a
- Creates a new
A element. Same behavior as the elem! macro. - abbr
- Creates a new
Abbr element. Same behavior as the elem! macro. - address
- Creates a new
Address element. Same behavior as the elem! macro. - area
- Creates a new
Area element. Same behavior as the elem! macro. - article
- Creates a new
Article element. Same behavior as the elem! macro. - aside
- Creates a new
Aside element. Same behavior as the elem! macro. - audio
- Creates a new
Audio element. Same behavior as the elem! macro. - b
- Creates a new
B element. Same behavior as the elem! macro. - base
- Creates a new
Base element. Same behavior as the elem! macro. - bdi
- Creates a new
Bdi element. Same behavior as the elem! macro. - bdo
- Creates a new
Bdo element. Same behavior as the elem! macro. - blockquote
- Creates a new
Blockquote element. Same behavior as the elem! macro. - br
- Creates a new
Br element. Same behavior as the elem! macro. - button
- Creates a new
Button element. Same behavior as the elem! macro. - canvas
- Creates a new
Canvas element. Same behavior as the elem! macro. - caption
- Creates a new
Caption element. Same behavior as the elem! macro. - cite
- Creates a new
Cite element. Same behavior as the elem! macro. - code
- Creates a new
Code element. Same behavior as the elem! macro. - col
- Creates a new
Col element. Same behavior as the elem! macro. - colgroup
- Creates a new
Colgroup element. Same behavior as the elem! macro. - comment
- Creates a new
Comment element. Same behavior as the elem! macro. - data
- Creates a new
Data element. Same behavior as the elem! macro. - data_list
- Creates a new
DataList element. Same behavior as the elem! macro. - dd
- Creates a new
Dd element. Same behavior as the elem! macro. - del
- Creates a new
Del element. Same behavior as the elem! macro. - details
- Creates a new
Details element. Same behavior as the elem! macro. - dfn
- Creates a new
Dfn element. Same behavior as the elem! macro. - dialog
- Creates a new
Dialog element. Same behavior as the elem! macro. - div
- Creates a new
Div element. Same behavior as the elem! macro. - dl
- Creates a new
Dl element. Same behavior as the elem! macro. - dt
- Creates a new
Dt element. Same behavior as the elem! macro. - elem
- Creates an element with any HtmlElementConfig parameters combination :
- em
- Creates a new
Em element. Same behavior as the elem! macro. - embed
- Creates a new
Embed element. Same behavior as the elem! macro. - field_set
- Creates a new
FieldSet element. Same behavior as the elem! macro. - fig_caption
- Creates a new
FigCaption element. Same behavior as the elem! macro. - figure
- Creates a new
Figure element. Same behavior as the elem! macro. - footer
- Creates a new
Footer element. Same behavior as the elem! macro. - form
- Creates a new
Form element. Same behavior as the elem! macro. - h1
- Creates a new
H1 element. Same behavior as the elem! macro. - h2
- Creates a new
H2 element. Same behavior as the elem! macro. - h3
- Creates a new
H3 element. Same behavior as the elem! macro. - h4
- Creates a new
H4 element. Same behavior as the elem! macro. - h5
- Creates a new
H5 element. Same behavior as the elem! macro. - h6
- Creates a new
H6 element. Same behavior as the elem! macro. - head
- Creates a new
Head element. Same behavior as the elem! macro. - header
- Creates a new
Header element. Same behavior as the elem! macro. - hgroup
- Creates a new
Hgroup element. Same behavior as the elem! macro. - hr
- Creates a new
Hr element. Same behavior as the elem! macro. - i
- Creates a new
I element. Same behavior as the elem! macro. - iframe
- Creates a new
IFrame element. Same behavior as the elem! macro. - img
- Creates a new
Img element. Same behavior as the elem! macro. - input
- Creates a new
Input element. Same behavior as the elem! macro. - ins
- Creates a new
Ins element. Same behavior as the elem! macro. - kdb
- Creates a new
Kdb element. Same behavior as the elem! macro. - label
- Creates a new
Label element. Same behavior as the elem! macro. - legend
- Creates a new
Legend element. Same behavior as the elem! macro. - li
- Creates a new
Li element. Same behavior as the elem! macro. - link
- Creates a new
Link element. Same behavior as the elem! macro. - main
- Creates a new
Main element. Same behavior as the elem! macro. - map
- Creates a new
Map element. Same behavior as the elem! macro. - mark
- Creates a new
Mark element. Same behavior as the elem! macro. - menu
- Creates a new
Menu element. Same behavior as the elem! macro. - meta
- Creates a new
Meta element. Same behavior as the elem! macro. - meter
- Creates a new
Meter element. Same behavior as the elem! macro. - nav
- Creates a new
Nav element. Same behavior as the elem! macro. - no_script
- Creates a new
NoScript element. Same behavior as the elem! macro. - object
- Creates a new
Object element. Same behavior as the elem! macro. - ol
- Creates a new
Ol element. Same behavior as the elem! macro. - opt_group
- Creates a new
OptGroup element. Same behavior as the elem! macro. - option
- Creates a new
Option element. Same behavior as the elem! macro. - output
- Creates a new
Output element. Same behavior as the elem! macro. - p
- Creates a new
P element. Same behavior as the elem! macro. - param
- Creates a new
Param element. Same behavior as the elem! macro. - picture
- Creates a new
Picture element. Same behavior as the elem! macro. - pre
- Creates a new
Pre element. Same behavior as the elem! macro. - progress
- Creates a new
Progress element. Same behavior as the elem! macro. - q
- Creates a new
Q element. Same behavior as the elem! macro. - s
- Creates a new
S element. Same behavior as the elem! macro. - samp
- Creates a new
Samp element. Same behavior as the elem! macro. - script
- Creates a new
Script element. Same behavior as the elem! macro. - search
- Creates a new
Search element. Same behavior as the elem! macro. - section
- Creates a new
Section element. Same behavior as the elem! macro. - select
- Creates a new
Select element. Same behavior as the elem! macro. - small
- Creates a new
Small element. Same behavior as the elem! macro. - source
- Creates a new
Source element. Same behavior as the elem! macro. - span
- Creates a new
Span element. Same behavior as the elem! macro. - strong
- Creates a new
Strong element. Same behavior as the elem! macro. - sub
- Creates a new
Sub element. Same behavior as the elem! macro. - summary
- Creates a new
Summary element. Same behavior as the elem! macro. - sup
- Creates a new
Sup element. Same behavior as the elem! macro. - svg
- Creates a new
Svg element. Same behavior as the elem! macro. - table
- Creates a new
Table element. Same behavior as the elem! macro. - tbody
- Creates a new
Tbody element. Same behavior as the elem! macro. - td
- Creates a new
Td element. Same behavior as the elem! macro. - template
- Creates a new
Template element. Same behavior as the elem! macro. - text
- Creates a raw text element.
- text_area
- Creates a new
TextArea element. Same behavior as the elem! macro. - tfoot
- Creates a new
Tfoot element. Same behavior as the elem! macro. - th
- Creates a new
Th element. Same behavior as the elem! macro. - thead
- Creates a new
Thead element. Same behavior as the elem! macro. - time
- Creates a new
Time element. Same behavior as the elem! macro. - tr
- Creates a new
Tr element. Same behavior as the elem! macro. - track
- Creates a new
Track element. Same behavior as the elem! macro. - u
- Creates a new
U element. Same behavior as the elem! macro. - ul
- Creates a new
Ul element. Same behavior as the elem! macro. - var
- Creates a new
Var element. Same behavior as the elem! macro. - video
- Creates a new
Video element. Same behavior as the elem! macro. - wbr
- Creates a new
Wbr element. Same behavior as the elem! macro.
- export_to_file
- Exports the elements to an html file.