oneui html code example
Example 1: how to italicize in html
<!--
You have 2 options
-->
<i>This text is the original italic</i>
<em>This is actually emphasising a phrase, but will do just the same</em>
Example 2: html
<figure>
<img src="/media/examples/elephant-660-480.jpg"
alt="Elephant at sunset">
<figcaption>An elephant at sunset</figcaption>
</figure>