Most HTML 4 elements permitted within the BODY are classified as either
block-level elements or inline elements. This enumeration contains
corresponding constants to distinguish them.
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Block-level elements typically contain inline elements and other
block-level elements. When rendered visually, block-level elements
usually begin on a new line.
The following elements may be used as either block-level elements or
inline elements. If used as inline elements (e.g., within another inline
element or a P), these elements should not contain any block-level
elements.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.