Banner logo

HTML Italics

To make words appear in italics use the italics option.

HTML Code : <i>italics</i>

HTML Bold

To make words appear in italics use the bold option.

HTML Code : <b>bold</b>

HTML Superscript

On 9th November 1967 the first Saturn V launch lifted off from Kennedy Space Center.

HTML Code : On 9<sup>th</sup>

HTML Subscript

CO2 stands for carbon dioxide. It's a naturally occurring gas in the atmosphere.

HTML Code : CO<sub>2</sub>

HTML Horizontal Rules

To create a break between sections you can use horizontal rules, like below.


Then start your new topic after the horizontal rule.


HTML Code : <hr />

HTML Basics
Home