| Note | _!-- like CONC - opens an HTML comment "<!-- " |
| Note | _-- like CONC - closes an HTML comment " -->" |
| Note | _EMAIL like CONC - wraps an anchor href around the value, linked to the value |
| Note | _HTML like CONC - build arbitrary markup,
value is markup name - use slash if close markup,
subtags are attributes - lead "_" stripped _tag="value"
|
| Note | _URL like CONC - wraps an anchor href around the value, linked to the value
value is used for the href and for the display text,
subtags are extra attributes - lead "_" stripped _tag="value"
Example: "1 _URL http://www.disney.com" "2 _TARGET _TOP"
Becomes: <a href="http://www.disney.com" TARGET="_TOP">http://www.disney.com</a>
|