| Html tag | Html description | Osiris support | Osiris notes |
|---|
| <!--...--> | Defines a comment | Yes, Tag [!] | |
| <!DOCTYPE>? | Defines the document type | Not need. | |
| <a> | Defines an anchor | Yes, Tag [url], [iurl], [mail] | |
| <abbr> | Defines an abbreviation | Yes, Tag [abbr] | |
| <acronym> | Defines an acronym | Yes, Tag [acronym] | |
| <address> | Defines an address element | No | Use other tag instead. |
| <applet> | Deprecated. Defines an applet | Deprecated. | |
| <area> | Defines an area inside an image map | No | Maybe in future. |
| <b> | Defines bold text | Yes, Tag [b] | Attributes not supported. |
| <base> | Defines a base URL for all the links in a page | Not need. | |
| <basefont> | Deprecated. Defines a base font | Deprecated. | |
| <bdo> | Defines the direction of text display | Yes, Tag [bdo] | |
| <big> | Defines big text | Yes, Tag [big] | |
| <blockquote> | Defines a long quotation | No | Use [quote] instead. |
| <body> | Defines the body element | Not need. | |
| <br> | Inserts a single line break | Yes, Tag [br] | |
| <button> | Defines a push button | No | |
| <caption> | Defines a table caption | No | |
| <center> | Deprecated. Defines centered text | Yes, Tag [center] | Attributes not supported. |
| <cite> | Defines a citation | No | Use [quote] instead. |
| <code> | Defines computer code text | Yes, Tag [code] | Behiavour different and attributes not supported. |
| <col> | Defines attributes for table columns? | No | |
| <colgroup> | Defines groups of table columns | No | |
| <dd> | Defines a definition description | Yes, Tag [dd] | |
| <del> | Defines deleted text | Yes, Tag [del] | |
| <dir> | Deprecated. Defines a directory list | Deprecated. | |
| <div> | Defines a section in a document | Yes, Tag [div] | |
| <dfn> | Defines a definition term | No | Use other tag instead. |
| <dl> | Defines a definition list | Yes, Tag [dl] | |
| <dt> | Defines a definition term | Yes, Tag [dt] | |
| <em> | Defines emphasized text? | No | Use [highlight] or other tag instead. |
| <fieldset> | Defines a fieldset | No | |
| <font> | Deprecated. Defines text font, size, and color | Partially, Tag [size] | Attributes not supported. |
| <form> | Defines a form? | Not need. | |
| <frame> | Defines a sub window (a frame) | No | |
| <frameset> | Defines a set of frames | No | |
| <h1> to <h6> | Defines header 1 to header 6 | Yes, Tag [h1]..[h6] | |
| <head> | Defines information about the document | Not need. | |
| <hr> | Defines a horizontal rule | Yes, Tag [hr] | |
| <html> | Defines an html document | Not need. | |
| <i> | Defines italic text | Yes, Tag [i] | Attributes not supported. |
| <iframe> | Defines an inline sub window (frame) | No | Maybe in future. |
| <img> | Defines an image | Yes, Tag [img] | Behiavour different and attributes not supported. |
| <input> | Defines an input field | No | |
| <ins> | Defines inserted text | Yes, Tag [ins] | |
| <isindex> | Deprecated. Defines a single-line input field | Deprecated. | |
| <kbd> | Defines keyboard text | No | Use [code] instead. |
| <label> | Defines a label for a form control | No | |
| <legend> | Defines a title in a fieldset | No | |
| <li> | Defines a list item | Yes, Tag [li] or Tag [*] in [list] tag. | |
| <link> | Defines a resource reference | No | |
| <map> | Defines an image map? | No | Maybe in future. |
| <menu> | Deprecated. Defines a menu list | Deprecated. | |
| <meta> | Defines meta information | Not need. | |
| <noframes> | Defines a noframe section | Not need. | |
| <noscript> | Defines a noscript section | Not need. | |
| <object> | Defines an embedded object | No, for security and privacy reasons. | |
| <ol> | Defines an ordered list | Yes, Tag [ol] or tag [list] | Html Attributes supported only in tag [ol] |
| <optgroup> | Defines an option group | No | |
| <option> | Defines an option in a drop-down list | No | |
| <p> | Defines a paragraph | Yes, Tag [p] | |
| <param> | Defines a parameter for an object | No, for security and privacy reasons. | |
| <pre> | Defines preformatted text | Yes, Tag [pre | |
| <q> | Defines a short quotation | No because useless | Use [quote] instead. |
| <s> | Deprecated. Defines strikethrough text | Yes, Tag [s] | |
| <samp> | Defines sample computer code | No because useless | |
| <script> | Defines a script | No, for security and privacy reasons. | |
| <select> | Defines a selectable list | No | |
| <small> | Defines small text | Yes, Tag [small] | |
| <span> | Defines a section in a document | Yes, Tag [span] | |
| <strike> | Deprecated. Defines strikethrough text | Yes, Tag [s] | Attributes not supported. |
| <strong> | Defines strong text | Yes, Tag [b] | Attributes not supported. |
| <style> | Defines a style definition | No | Maybe in future. |
| <sub> | Defines subscripted text | Yes, Tag [sub] | |
| <sup> | Defines superscripted text | Yes, Tag [sup] | |
| <table> | Defines a table | Yes, Tag [table] | |
| <tbody> | Defines a table body | Yes, Tag [tbody] | |
| <td> | Defines a table cell | Yes, Tag [td] | |
| <textarea> | Defines a text area | No | |
| <tfoot> | Defines a table footer | Yes, Tag [tfoot] | |
| <th> | Defines a table header | Yes, Tag [th] | |
| <thead> | Defines a table header | Yes, Tag [thead] | |
| <title> | Defines the document title | No | |
| <tr> | Defines a table row | Yes, Tag [tr] | |
| <tt> | Defines teletype text | Yes, Tag [tt] | |
| <u> | Deprecated. Defines underlined text | Yes, Tag [u] | |
| <ul> | Defines an unordered list | Yes, Tag [ul] or tag [list] | Html Attributes supported only in tag [ul] |
| <var> | Defines a variable | No | Use other tags. |
| <xmp> | Deprecated. Defines preformatted text | Deprecated. | |