- Forums
- HTML
- Learn To Use HTML Tags Tutorial How To Use Bold Underline And Italic Tags
This Page Contains information about Learn To Use HTML Tags Tutorial How To Use Bold Underline And Italic Tags By webmaster in category HTML with 0 Replies. [675], Last Updated: Sat May 18, 2024
webmaster
Tue Dec 05, 2006
0 Comments
1933 Visits
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 LETTERSCODE:
<strong>THESE LETTERS ARE BOLD LETTERS</strong>
THESE LETTERS ARE ITALICSCODE:
<em>THESE LETTERS ARE ITALICS</em>
THESE LETTERS ARE UNDERLINECODE:
<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.