Liking cljdoc? Tell your friends :D

s-html.tags.html

HTML4 & HTML5 tags.

HTML4 & HTML5 tags.
raw docstring

aclj

Creates a a tag. Accepts the same arguments as [[tag]] except name.

Creates a `a` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

abbrclj

Creates a abbr tag. Accepts the same arguments as [[tag]] except name.

Creates a `abbr` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

acronymclj

Creates a acronym tag. Accepts the same arguments as [[tag]] except name.

Creates a `acronym` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

addressclj

Creates a address tag. Accepts the same arguments as [[tag]] except name.

Creates a `address` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

appletclj

Creates a applet tag. Accepts the same arguments as [[tag]] except name.

Creates a `applet` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

areaclj

Creates a area tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `area` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

articleclj

Creates a article tag. Accepts the same arguments as [[tag]] except name.

Creates a `article` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

asideclj

Creates a aside tag. Accepts the same arguments as [[tag]] except name.

Creates a `aside` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

audioclj

Creates a audio tag. Accepts the same arguments as [[tag]] except name.

Creates a `audio` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

bclj

Creates a b tag. Accepts the same arguments as [[tag]] except name.

Creates a `b` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

baseclj

Creates a base tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `base` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

basefontclj

Creates a basefont tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `basefont` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

bdiclj

Creates a bdi tag. Accepts the same arguments as [[tag]] except name.

Creates a `bdi` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

bdoclj

Creates a bdo tag. Accepts the same arguments as [[tag]] except name.

Creates a `bdo` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

bigclj

Creates a big tag. Accepts the same arguments as [[tag]] except name.

Creates a `big` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

blockquoteclj

Creates a blockquote tag. Accepts the same arguments as [[tag]] except name.

Creates a `blockquote` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

bodyclj

Creates a body tag. Accepts the same arguments as [[tag]] except name.

Creates a `body` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

brclj

Creates a br tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `br` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

buttonclj

Creates a button tag. Accepts the same arguments as [[tag]] except name.

Creates a `button` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

canvasclj

Creates a canvas tag. Accepts the same arguments as [[tag]] except name.

Creates a `canvas` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

captionclj

Creates a caption tag. Accepts the same arguments as [[tag]] except name.

Creates a `caption` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

centerclj

Creates a center tag. Accepts the same arguments as [[tag]] except name.

Creates a `center` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

citeclj

Creates a cite tag. Accepts the same arguments as [[tag]] except name.

Creates a `cite` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

codeclj

Creates a code tag. Accepts the same arguments as [[tag]] except name.

Creates a `code` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

colclj

Creates a col tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `col` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

colgroupclj

Creates a colgroup tag. Accepts the same arguments as [[tag]] except name.

Creates a `colgroup` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

datalistclj

Creates a datalist tag. Accepts the same arguments as [[tag]] except name.

Creates a `datalist` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

ddclj

Creates a dd tag. Accepts the same arguments as [[tag]] except name.

Creates a `dd` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

delclj

Creates a del tag. Accepts the same arguments as [[tag]] except name.

Creates a `del` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

detailsclj

Creates a details tag. Accepts the same arguments as [[tag]] except name.

Creates a `details` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

dfnclj

Creates a dfn tag. Accepts the same arguments as [[tag]] except name.

Creates a `dfn` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

dialogclj

Creates a dialog tag. Accepts the same arguments as [[tag]] except name.

Creates a `dialog` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

dirclj

Creates a dir tag. Accepts the same arguments as [[tag]] except name.

Creates a `dir` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

divclj

Creates a div tag. Accepts the same arguments as [[tag]] except name.

Creates a `div` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

dlclj

Creates a dl tag. Accepts the same arguments as [[tag]] except name.

Creates a `dl` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

dtclj

Creates a dt tag. Accepts the same arguments as [[tag]] except name.

Creates a `dt` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

emclj

Creates a em tag. Accepts the same arguments as [[tag]] except name.

Creates a `em` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

embedclj

Creates a embed tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `embed` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

fieldsetclj

Creates a fieldset tag. Accepts the same arguments as [[tag]] except name.

Creates a `fieldset` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

figcaptionclj

Creates a figcaption tag. Accepts the same arguments as [[tag]] except name.

Creates a `figcaption` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

figureclj

Creates a figure tag. Accepts the same arguments as [[tag]] except name.

Creates a `figure` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

fontclj

Creates a font tag. Accepts the same arguments as [[tag]] except name.

Creates a `font` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

Creates a footer tag. Accepts the same arguments as [[tag]] except name.

Creates a `footer` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

formclj

Creates a form tag. Accepts the same arguments as [[tag]] except name.

Creates a `form` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

frameclj

Creates a frame tag. Accepts the same arguments as [[tag]] except name.

Creates a `frame` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

framesetclj

Creates a frameset tag. Accepts the same arguments as [[tag]] except name.

Creates a `frameset` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

h1clj

Creates a h1 tag. Accepts the same arguments as [[tag]] except name.

Creates a `h1` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

h2clj

Creates a h2 tag. Accepts the same arguments as [[tag]] except name.

Creates a `h2` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

h3clj

Creates a h3 tag. Accepts the same arguments as [[tag]] except name.

Creates a `h3` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

h4clj

Creates a h4 tag. Accepts the same arguments as [[tag]] except name.

Creates a `h4` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

h5clj

Creates a h5 tag. Accepts the same arguments as [[tag]] except name.

Creates a `h5` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

h6clj

Creates a h6 tag. Accepts the same arguments as [[tag]] except name.

Creates a `h6` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

Creates a head tag. Accepts the same arguments as [[tag]] except name.

Creates a `head` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

Creates a header tag. Accepts the same arguments as [[tag]] except name.

Creates a `header` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

hrclj

Creates a hr tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `hr` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

htmlclj

Creates a html tag. Accepts the same arguments as [[tag]] except name.

Creates a `html` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

html*clj

An alias of html5.

An alias of [[html5]].
sourceraw docstring

html5clj

(html5 & attrs-or-contents)

Creates an HTML5 html tag with preceeding doctype definition. See html for details.

Creates an HTML5 html tag with preceeding doctype definition. See [[html]] for details.
sourceraw docstring

iclj

Creates a i tag. Accepts the same arguments as [[tag]] except name.

Creates a `i` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

iframeclj

Creates a iframe tag. Accepts the same arguments as [[tag]] except name.

Creates a `iframe` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

imgclj

Creates a img tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `img` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

inputclj

Creates a input tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `input` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

insclj

Creates a ins tag. Accepts the same arguments as [[tag]] except name.

Creates a `ins` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

isindexclj

Creates a isindex tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `isindex` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

kbdclj

Creates a kbd tag. Accepts the same arguments as [[tag]] except name.

Creates a `kbd` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

keygenclj

Creates a keygen tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `keygen` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

labelclj

Creates a label tag. Accepts the same arguments as [[tag]] except name.

Creates a `label` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

legendclj

Creates a legend tag. Accepts the same arguments as [[tag]] except name.

Creates a `legend` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

liclj

Creates a li tag. Accepts the same arguments as [[tag]] except name.

Creates a `li` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

Creates a link tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `link` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

mainclj

Creates a main tag. Accepts the same arguments as [[tag]] except name.

Creates a `main` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

markclj

Creates a mark tag. Accepts the same arguments as [[tag]] except name.

Creates a `mark` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

Creates a menu tag. Accepts the same arguments as [[tag]] except name.

Creates a `menu` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

Creates a menuitem tag. Accepts the same arguments as [[tag]] except name.

Creates a `menuitem` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

metaclj

Creates a meta tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `meta` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

meterclj

Creates a meter tag. Accepts the same arguments as [[tag]] except name.

Creates a `meter` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

Creates a nav tag. Accepts the same arguments as [[tag]] except name.

Creates a `nav` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

noframeclj

Creates a noframe tag. Accepts the same arguments as [[tag]] except name.

Creates a `noframe` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

noscriptclj

Creates a noscript tag. Accepts the same arguments as [[tag]] except name.

Creates a `noscript` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

objectclj

Creates a object tag. Accepts the same arguments as [[tag]] except name.

Creates a `object` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

olclj

Creates a ol tag. Accepts the same arguments as [[tag]] except name.

Creates a `ol` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

optgroupclj

Creates a optgroup tag. Accepts the same arguments as [[tag]] except name.

Creates a `optgroup` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

optionclj

Creates a option tag. Accepts the same arguments as [[tag]] except name.

Creates a `option` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

outputclj

Creates a output tag. Accepts the same arguments as [[tag]] except name.

Creates a `output` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

pclj

Creates a p tag. Accepts the same arguments as [[tag]] except name.

Creates a `p` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

paramclj

Creates a param tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `param` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

preclj

Creates a pre tag. Accepts the same arguments as [[tag]] except name.

Creates a `pre` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

progressclj

Creates a progress tag. Accepts the same arguments as [[tag]] except name.

Creates a `progress` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

qclj

Creates a q tag. Accepts the same arguments as [[tag]] except name.

Creates a `q` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

rpclj

Creates a rp tag. Accepts the same arguments as [[tag]] except name.

Creates a `rp` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

rtclj

Creates a rt tag. Accepts the same arguments as [[tag]] except name.

Creates a `rt` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

rubyclj

Creates a ruby tag. Accepts the same arguments as [[tag]] except name.

Creates a `ruby` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

sclj

Creates a s tag. Accepts the same arguments as [[tag]] except name.

Creates a `s` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

sampclj

Creates a samp tag. Accepts the same arguments as [[tag]] except name.

Creates a `samp` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

scriptclj

Creates a script tag. Accepts the same arguments as [[tag]] except name.

Creates a `script` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

sectionclj

Creates a section tag. Accepts the same arguments as [[tag]] except name.

Creates a `section` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

selectclj

Creates a select tag. Accepts the same arguments as [[tag]] except name.

Creates a `select` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

smallclj

Creates a small tag. Accepts the same arguments as [[tag]] except name.

Creates a `small` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

sourceclj

Creates a source tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `source` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

spanclj

Creates a span tag. Accepts the same arguments as [[tag]] except name.

Creates a `span` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

strikeclj

Creates a strike tag. Accepts the same arguments as [[tag]] except name.

Creates a `strike` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

strongclj

Creates a strong tag. Accepts the same arguments as [[tag]] except name.

Creates a `strong` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

styleclj

Creates a style tag. Accepts the same arguments as [[tag]] except name.

Creates a `style` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

subclj

Creates a sub tag. Accepts the same arguments as [[tag]] except name.

Creates a `sub` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

summaryclj

Creates a summary tag. Accepts the same arguments as [[tag]] except name.

Creates a `summary` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

supclj

Creates a sup tag. Accepts the same arguments as [[tag]] except name.

Creates a `sup` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

svgclj

Creates a svg tag. Accepts the same arguments as [[tag]] except name.

Creates a `svg` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

tableclj

Creates a table tag. Accepts the same arguments as [[tag]] except name.

Creates a `table` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

tbodyclj

Creates a tbody tag. Accepts the same arguments as [[tag]] except name.

Creates a `tbody` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

tdclj

Creates a td tag. Accepts the same arguments as [[tag]] except name.

Creates a `td` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

textareaclj

Creates a textarea tag. Accepts the same arguments as [[tag]] except name.

Creates a `textarea` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

tfootclj

Creates a tfoot tag. Accepts the same arguments as [[tag]] except name.

Creates a `tfoot` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

thclj

Creates a th tag. Accepts the same arguments as [[tag]] except name.

Creates a `th` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

theadclj

Creates a thead tag. Accepts the same arguments as [[tag]] except name.

Creates a `thead` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

timeclj

Creates a time tag. Accepts the same arguments as [[tag]] except name.

Creates a `time` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

titleclj

Creates a title tag. Accepts the same arguments as [[tag]] except name.

Creates a `title` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

trclj

Creates a tr tag. Accepts the same arguments as [[tag]] except name.

Creates a `tr` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

trackclj

Creates a track tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `track` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

ttclj

Creates a tt tag. Accepts the same arguments as [[tag]] except name.

Creates a `tt` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

uclj

Creates a u tag. Accepts the same arguments as [[tag]] except name.

Creates a `u` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

ulclj

Creates a ul tag. Accepts the same arguments as [[tag]] except name.

Creates a `ul` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

varclj

Creates a var tag. Accepts the same arguments as [[tag]] except name.

Creates a `var` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

videoclj

Creates a video tag. Accepts the same arguments as [[tag]] except name.

Creates a `video` tag. Accepts the same arguments as [[tag]] except `name`.
sourceraw docstring

wbrclj

Creates a wbr tag. Accepts the same arguments as [[void-tag]] except name.

Creates a `wbr` tag. Accepts the same arguments as [[void-tag]] except `name`.
sourceraw docstring

xhtmlclj

(xhtml & attrs-or-contents)

Creates an XHTML 1.1 html tag with preceeding doctype definition. See html for details.

Creates an XHTML 1.1 html tag with preceeding doctype definition. See [[html]] for details.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close