On the fourth week of July I learned about abbreviation,emphasize and strong.They are very useful and easy to remember and apply to your HTML.
Abbreviation is the first on the list it is use to abbreviate words that can be abbreviated like DFA or Department of Foreign Affairs you can abbreviate this by
<abbr title="Department of Foreign Affairs" >DFA</abbr> just like that isn't it easy or what.
Emphasized is use to make the words in Italic form.Emphasize the word or words by putting <em> tag.For example,<em>DFA</em> .
Lastly is the strong.<strong> tag is use to make the word or words in boldface.For example,<strong>DFA</strong>.