Third class Formatting tags
HTML FORMATTING TAGS
formatting tags are used to format the text like bold , italic underline,
<b> this is used to bold the text </b>
<strong > this is used to bold the text </strong>
<i>this is used to italic the text</i>
<em>(emphasize) this is use...
htmlclass.hashnode.dev1 min read