1<!--Emphasized bold text. It's for content that is of greater importance-->
2<strong>I'm a content</strong>
3
4<!--Bold text. It's used to draw attention to text without indicating that it's more important-->
5<b>I'm another content</b>
6
1<object height=20 width=75 type='text/plain' border=0 data="URL/filename.txt"></object>
1HTML Text Formatting Elements
2Tag Description
3
4<b> Defines bold text
5<em> Defines emphasized text
6<i> Defines a part of text in an alternate voice or mood
7<small> Defines smaller text
8<strong> Defines important text
9<sub> Defines subscripted text
10<sup> Defines superscripted text
11<ins> Defines inserted text
12<del> Defines deleted text
13<mark> Defines marked/highlighted text
14