Module: Alister::HTML

Defined in:
lib/html/html.rb,
lib/html/builder.rb,
lib/html/element.rb,
lib/html/yard_tags.rb

Overview

Module for creating HTML strings using ruby methods

Defined Under Namespace

Classes: Builder, Element

Constant Summary collapse

TAGS =
Note:

p is reserved by ruby, use para instead

All the html tags

i[html body div span applet object iframe
h1 h2 h3 h4 h5 h6 para blockquote pre
a abbr acronym address big cite code del
dfn em img ins kbd q s samp small
strike strong sub sup tt var b u i
center meta dl dt dd ol ul li fieldset
form label legend table caption tbody tfoot
thead tr th td article aside canvas details
embed figure figcaption footer header hgroup
menu nav output ruby section summary time
mark audio video script head title link].freeze