|
Make a tag with a unique ID.
Normally you can just call Open with
the name of a tag. However sometimes you may have custom elements
you want to add to the tag before it is committed to the
document.
In this case you would want the following sequence.
- Call MakeTag
- Add any Attributes
or Objects to the
tag
- Call Open with the finished tag
- Add your content
- Call Close with the tag name
|