- <html>
- <head>
- <meta charset="UTF-8" />
- <title>PHPWord</title>
- </head>
- <body>
- <h1>Adding element via HTML</h1>
- <p>Some well formed HTML snippet needs to be used</p>
- <p>With for example <strong>some<sup>1</sup> <em>inline</em> formatting</strong><sub>1</sub></p>
- <p>Unordered (bulleted) list:</p>
- <ul><li>Item 1</li><li>Item 2</li><ul><li>Item 2.1</li><li>Item 2.1</li></ul></ul>
- <p>Ordered (numbered) list:</p>
- <ol><li>Item 1</li><li>Item 2</li></ol>
- </body>
- </html>
|