Class HTML::BlockOrInlineTag
In: lib/html/tags.rb
lib/html/tags.rb
Parent: InlineTag

This represents an HTML element that can be regarded as either a block or an inline element..

Methods

Public Instance methods

If used as inline elements (e.g., within another inline element or a P), these elements should not contain any block-level elements.

If used as inline elements (e.g., within another inline element or a P), these elements should not contain any block-level elements.

[Validate]