Class Iowa::Tag
In: src/Tag.rb
Parent: Element

Superclass for all Iowa tags. Tag provides a self referential method to determine the tag’s name, and to output opening and closing HTML representations of the tag.

Methods

closeTag   openTag   tagName  

Public Instance methods

Output the HTML to close the tag.

Output the HTML to open the tag.

Return the name of the tag.

[Validate]