Class: DapperDan::HTML::Text

Inherits:
Tag
  • Object
show all
Defined in:
lib/dapper-dan/tags/html.rb

Overview

text

a          # V - IV
em         # V - IV
strong     # V - IV
strike     # IV
big        # IV
small      # V - IV
s          # V - IV
cite       # V - IV
q          # V - IV
dfn        # V - IV
abbr       # V - IV
acronym    # IV
time       # V
code       # V - IV
var        # V - IV
samp       # V - IV
kbd        # V - IV
sub        # V - IV
sup        # V - IV
i          # V - IV
b          # V - IV
u          # V - IV
mark       # V
ruby       # V
rt         # V
rp         # V
bdi        # V
bdo        # V
span       # V - IV
br         # V - IV
wbr        # V

Direct Known Subclasses

A, Abbr, B, Br, Cite, Code, Dfn, Em, I, Kbd, Q, S, Samp, Small, Span, Strong, Sub, Sup, U, Var

Instance Attribute Summary

Attributes inherited from Tag

#attributes, #content

Method Summary

Methods inherited from Tag

#generate_tag_attributes, #generate_tag_name, #initialize, #to_html, #to_tag

Constructor Details

This class inherits a constructor from DapperDan::HTML::Tag