To create a dynamic version of a standard HTML element:
If the element has no specific dynamic counterpart, it becomes a generic WebObject element.
A generic WebObject element has one required attribute, elementName, which specifies what type of element should be generated at run time.
For example, imagine that a future version of HTML adds a new container element, which you would like to generate dynamically in your component. You would:
Table of Contents
Next Section