HTML

A set of HTML tags to build documents with.

This structure includes a set of methods for creating HTML tags.

@safe
struct HTML {}

Alias This

documentOutput

Members

Functions

a
HTMLTag!"a" a()
abbr
HTMLTag!"abbr" abbr()
acronym
HTMLTag!"acronym" acronym()
address
HTMLTag!"address" address()
area
HTMLTag!"area" area()
article
HTMLTag!"article" article()
aside
HTMLTag!"aside" aside()
audio
HTMLTag!"audio" audio()
b
HTMLTag!"b" b()
base
HTMLTag!"base" base()
bdi
HTMLTag!"bdi" bdi()
bdo
HTMLTag!"bdo" bdo()
big
HTMLTag!"big" big()
blockquote
HTMLTag!"blockquote" blockquote()
body
HTMLTag!"body" body()
br
HTMLTag!"br" br()
button
HTMLTag!"button" button()
canvas
HTMLTag!"canvas" canvas()
caption
HTMLTag!"caption" caption()
center
HTMLTag!"center" center()
cite
HTMLTag!"cite" cite()
code
HTMLTag!"code" code()
col
HTMLTag!"col" col()
colgroup
HTMLTag!"colgroup" colgroup()
command
HTMLTag!"command" command()
data
HTMLTag!"data" data()
datalist
HTMLTag!"datalist" datalist()
dd
HTMLTag!"dd" dd()
del
HTMLTag!"del" del()
details
HTMLTag!"details" details()
dfn
HTMLTag!"dfn" dfn()
dialog
HTMLTag!"dialog" dialog()
dir
HTMLTag!"dir" dir()
div
HTMLTag!"div" div()
dl
HTMLTag!"dl" dl()
dt
HTMLTag!"dt" dt()
em
HTMLTag!"em" em()
embed
HTMLTag!"embed" embed()
fencedframe
HTMLTag!"fencedframe" fencedframe()
fieldset
HTMLTag!"fieldset" fieldset()
figcaption
HTMLTag!"figcaption" figcaption()
figure
HTMLTag!"figure" figure()
font
HTMLTag!"font" font()
footer
HTMLTag!"footer" footer()
form
HTMLTag!"form" form()
frame
HTMLTag!"frame" frame()
frameset
HTMLTag!"frameset" frameset()
h1
HTMLTag!"h1" h1()
h2
HTMLTag!"h2" h2()
h3
HTMLTag!"h3" h3()
h4
HTMLTag!"h4" h4()
h5
HTMLTag!"h5" h5()
h6
HTMLTag!"h6" h6()
head
HTMLTag!"head" head()
header
HTMLTag!"header" header()
hgroup
HTMLTag!"hgroup" hgroup()
hr
HTMLTag!"hr" hr()
html
HTMLTag!"html" html()
i
HTMLTag!"i" i()
iframe
HTMLTag!"iframe" iframe()
img
HTMLTag!"img" img()
input
HTMLTag!"input" input()
ins
HTMLTag!"ins" ins()
kbd
HTMLTag!"kbd" kbd()
keygen
HTMLTag!"keygen" keygen()
label
HTMLTag!"label" label()
legend
HTMLTag!"legend" legend()
li
HTMLTag!"li" li()
link
HTMLTag!"link" link()
main
HTMLTag!"main" main()
map
HTMLTag!"map" map()
mark
HTMLTag!"mark" mark()
marquee
HTMLTag!"marquee" marquee()
math
HTMLTag!"math" math()
menu
HTMLTag!"menu" menu()
meta
HTMLTag!"meta" meta()
meter
HTMLTag!"meter" meter()
nav
HTMLTag!"nav" nav()
nobr
HTMLTag!"nobr" nobr()
noembed
HTMLTag!"noembed" noembed()
noframes
HTMLTag!"noframes" noframes()
noscript
HTMLTag!"noscript" noscript()
object
HTMLTag!"object" object()
ol
HTMLTag!"ol" ol()
opBinary
void opBinary(void delegate(HTML o) @(system) rhs)

Pass self to a function.

opBinary
void opBinary(InterpolationHeader , Ts text)

Write an istring to the output stream.

opBinary
void opBinary(T rhs)

Write a string to the output stream.

opBinary
void opBinary(void delegate(HTML o) @(safe) rhs)

Pass self to a function.

optgroup
HTMLTag!"optgroup" optgroup()
option
HTMLTag!"option" option()
output
HTMLTag!"output" output()
p
HTMLTag!"p" p()
param
HTMLTag!"param" param()
picture
HTMLTag!"picture" picture()
plaintext
HTMLTag!"plaintext" plaintext()
pre
HTMLTag!"pre" pre()
progress
HTMLTag!"progress" progress()
q
HTMLTag!"q" q()
rb
HTMLTag!"rb" rb()
rp
HTMLTag!"rp" rp()
rt
HTMLTag!"rt" rt()
rtc
HTMLTag!"rtc" rtc()
ruby
HTMLTag!"ruby" ruby()
s
HTMLTag!"s" s()
samp
HTMLTag!"samp" samp()
script
HTMLTag!"script" script()
search
HTMLTag!"search" search()
section
HTMLTag!"section" section()
select
HTMLTag!"select" select()
slot
HTMLTag!"slot" slot()
small
HTMLTag!"small" small()
source
HTMLTag!"source" source()
span
HTMLTag!"span" span()
strike
HTMLTag!"strike" strike()
strong
HTMLTag!"strong" strong()
style
HTMLTag!"style" style()
sub
HTMLTag!"sub" sub()
summary
HTMLTag!"summary" summary()
sup
HTMLTag!"sup" sup()
svg
HTMLTag!"svg" svg()
table
HTMLTag!"table" table()
tbody
HTMLTag!"tbody" tbody()
td
HTMLTag!"td" td()
template_
HTMLTag!"template" template_()
textarea
HTMLTag!"textarea" textarea()
tfoot
HTMLTag!"tfoot" tfoot()
th
HTMLTag!"th" th()
thead
HTMLTag!"thead" thead()
time
HTMLTag!"time" time()
title
HTMLTag!"title" title()
tr
HTMLTag!"tr" tr()
track
HTMLTag!"track" track()
tt
HTMLTag!"tt" tt()
u
HTMLTag!"u" u()
ul
HTMLTag!"ul" ul()
var
HTMLTag!"var" var()
video
HTMLTag!"video" video()
wbr
HTMLTag!"wbr" wbr()
xmp
HTMLTag!"xmp" xmp()

Variables

documentOutput
DocumentOutput documentOutput;
Undocumented in source.

Meta