Module tags

Source
Expand description

Provides functions for creating common tags.

Structs§

Tag
Represents a tag.

Functions§

a
Creates a new <a> tag.
abbr
Creates a new <abbr> tag.
address
Creates a new <address> tag.
area
Creates a new <area> tag.
article
Creates a new <article> tag.
aside
Creates a new <aside> tag.
audio
Creates a new <audio> tag.
b
Creates a new <b> tag.
base
Creates a new <base> tag.
bdi
Creates a new <bdi> tag.
bdo
Creates a new <bdo> tag.
blockquote
Creates a new <blockquote> tag.
body
Creates a new <body> tag.
br
Creates a new <br> tag.
button
Creates a new <button> tag.
canvas
Creates a new <canvas> tag.
caption
Creates a new <caption> tag.
cite
Creates a new <cite> tag.
code
Creates a new <code> tag.
col
Creates a new <col> tag.
colgroup
Creates a new <colgroup> tag.
data
Creates a new <data> tag.
datalist
Creates a new <datalist> tag.
dd
Creates a new <dd> tag.
del
Creates a new <del> tag.
details
Creates a new <details> tag.
dfn
Creates a new <dfn> tag.
dialog
Creates a new <dialog> tag.
div
Creates a new <div> tag.
dl
Creates a new <dl> tag.
dt
Creates a new <dt> tag.
em
Creates a new <em> tag.
embed
Creates a new <embed> tag.
fieldset
Creates a new <fieldset> tag.
figcaption
Creates a new <figcaption> tag.
figure
Creates a new <figure> tag.
footer
Creates a new <footer> tag.
form
Creates a new <form> tag.
fragment
Add a node whose tags are not rendered.
h1
Creates a new <h1> tag.
h2
Creates a new <h2> tag.
h3
Creates a new <h3> tag.
h4
Creates a new <h4> tag.
h5
Creates a new <h5> tag.
h6
Creates a new <h6> tag.
head
Creates a new <head> tag.
header
Creates a new <header> tag.
hgroup
Creates a new <hgroup> tag.
hr
Creates a new <hr> tag.
html
Creates a new <html> tag.
i
Creates a new <i> tag.
iframe
Creates a new <iframe> tag.
img
Creates a new <img> tag.
input
Creates a new <input> tag.
ins
Creates a new <ins> tag.
kbd
Creates a new <kbd> tag.
label
Creates a new <label> tag.
legend
Creates a new <legend> tag.
li
Creates a new <li> tag.
link
Creates a new <link> tag.
main
Creates a new <main> tag.
map
Creates a new <map> tag.
mark
Creates a new <mark> tag.
meta
Creates a new <meta> tag.
nav
Creates a new <nav> tag.
noscript
Creates a new <noscript> tag.
object
Creates a new <object> tag.
ol
Creates a new <ol> tag.
optgroup
Creates a new <optgroup> tag.
option
Creates a new <option> tag.
output
Creates a new <output> tag.
p
Creates a new <p> tag.
param
Creates a new <param> tag.
pre
Creates a new <pre> tag.
progress
Creates a new <progress> tag.
q
Creates a new <q> tag.
rp
Creates a new <rp> tag.
rt
Creates a new <rt> tag.
ruby
Creates a new <ruby> tag.
s
Creates a new <s> tag.
samp
Creates a new <samp> tag.
script
Creates a new <script> tag.
section
Creates a new <section> tag.
select
Creates a new <select> tag.
small
Creates a new <small> tag.
source
Creates a new <source> tag.
span
Creates a new <span> tag.
strong
Creates a new <strong> tag.
style
Creates a new <style> tag.
sub
Creates a new <sub> tag.
summary
Creates a new <summary> tag.
sup
Creates a new <sup> tag.
table
Creates a new <table> tag.
tag
Creates a new custom tag.
tbody
Creates a new <tbody> tag.
td
Creates a new <td> tag.
template
Creates a new <template> tag.
textarea
Creates a new <textarea> tag.
tfoot
Creates a new <tfoot> tag.
th
Creates a new <th> tag.
thead
Creates a new <thead> tag.
time
Creates a new <time> tag.
title
Creates a new <title> tag.
tr
Creates a new <tr> tag.
track
Creates a new <track> tag.
u
Creates a new <u> tag.
ul
Creates a new <ul> tag.
var
Creates a new <var> tag.
video
Creates a new <video> tag.
wbr
Creates a new <wbr> tag.