Creates an element from the name of an HTML tag if possible. This method is used internally by the package.
public DhElement createElement( String tagTypes, String tagID )
tagTypes
The type of HTML element to created (for example <BR>).
tagID
The identifer to assign to the newly created element.
If the tagTypes tag name is not recognized by this package, it returns an instance of the DhRawHTML class.
Calling this method represents a very advanced usage scenario. Typically, you would never use this method.