added synopsis of available tags
(added synopsis of available tags) |
|||
| Line 4: | Line 4: | ||
==Supported HTML== | ==Supported HTML== | ||
Unknown tags are ignored completely (must still be well-formed), unknown attributes for known tags are ignored gracefully. All HTML must be inside <tt><html><body></tt> tags to be displayed (and html and body tags must be terminated for HTML to be parsed). SimpleHTML accepts both double and single quotes for specifying parameter values, double quotes are used in examples below. | Unknown tags are ignored completely (must still be well-formed), unknown attributes for known tags are ignored gracefully. All HTML must be inside <tt><html><body></tt> tags to be displayed (and html and body tags must be terminated for HTML to be parsed). SimpleHTML accepts both double and single quotes for specifying parameter values, double quotes are used in examples below. | ||
===Overview=== | |||
<(h1|h2|h3|p) [align=(left|center|right)] /> | |||
<img src=IMAGE_SOURCE [align=(left|center|right)] [width=NUM] [height=NUM] /> | |||
<a href=LINK /> | |||
<br /> | |||
===Supported tags=== | ===Supported tags=== | ||