Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A base minimum set of HTML tags which needs to be supported for ODM conformance:  

  • Layout containers: <div> <p> <br>
  • Headers: <h1> <h2> <h3> <h4> <h5> <h6>
  • Text styling: <strong> <em> <sup> <sub>
  • Quotes/Unformatted/Code: <blockquote> <code> <pre>
  • Lists: <ul> <ol> <li>
  • Definitions: <dl> <dt> <dd>
  • Lines: <hr>
  • Block-level quotes/preformatted: <pre> <blockquote>
  • Links: <a>
  • Inline elements: <span> <br> <dfn> <code> <samp> <var> <cite> <abbr> <acronym> <q> 
  • Text styling: <em> <strong> <b> <i>Lists: <ul> <ol> <li>
  • Tables: <table> <caption> <thead> <tfoot> <tbody> <colgroup> <col> <tr> <th> <td>Lines: <hr>
  • Links: <a>
  • Images: <img> <map> <area>
  • Color: <span style="color:xxx">

...