Text Formatting part 2

HTML Fundamentals
HTML Basics
Text Formatting
42
2/2
         

Formatting Elements



Each paragraph in the example is formatted differently to demonstrate what each tag does:
Browsers display <strong> as <b>, and <em> as <i>.
However, the meanings of these tags differ: <b> and <i> define bold and italic text, respectively, while <strong> and <em> indicate that the text is "important

Comments