Typography - Basic HTML Styles

Our themes support basic HTML tags.

Screenshot

Use below sample code for these basic HTML.

Link

<a href="http://www.google.com">Google</a>

Bold Text

<strong>This is bold text</strong>

Italic Text

<i>This is italic text</i>

OR

<em>This is italic text</em>

Strike Text

<strike>This is stricken text</strike>

Sup Text

<sup>sup</sup>

Abbreviation Text

<abbr title="some help text">abbreviation</abbr>

Important

When creating page, make sure you select Full HTML as Text format.