HTML Coding To Format Text

To format text use the following HTML Coding:

To make text bold: <strong>Text</strong> 

To make text italic: <em>Text</em>

To create a link: <a href="URL">Link Text</a>

To create a link that opens in a separate window: <a href="URL" target="_blank">Link Text</a>

To add an image <img src="URL">

Associated Projects: 

Tags: