Learn To Use HTML Tags Tutorial Guide for Beginners Starting Website Rules

editing HTML is much like editing in a word process,

you have bold, italic and underline fonts

THESE LETTERS ARE BOLD LETTERS
CODE:
<strong>THESE LETTERS ARE BOLD LETTERS</strong>

THESE LETTERS ARE ITALICS
CODE:
<em>THESE LETTERS ARE ITALICS</em>


THESE LETTERS ARE UNDERLINE
CODE:
<u>THESE LETTERS ARE UNDERLINE</u>


if you look at each of the three styles above, you will see the affec and the code to apply the style for each sentence.