Class: DapperDan::HTML::Sections

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

Overview

sections

body       # V - IV
section    # V
nav        # V
article    # V
aside      # V
h1         # V - IV
h2         # V - IV
h3         # V - IV
h4         # V - IV
h5         # V - IV
h6         # V - IV
hgroup     # V
header     # V
footer     # V
address    # V - IV

Direct Known Subclasses

Address, Body, H1, H2, H3, H4, H5, H6

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