Search This Blog

Monday, 10 October 2011

Bolding/Italicizing/Underlining/Striking


Bolding/Italicizing/Underlining/Striking

You may also want to bold, italicize, or underline some of you website.
It is very good for making things stand out.

You can bold something using the following code:
<B>This text will appear in Bold</B>
This text will appear in Bold

Or you may bold by doing the following:
<STRONG>This will also appear in Bold</STRONG>
This will also appear in Bold

Or you may italicize using the following:
<I>This text will appear in Italic</I>
This text will appear in Italic

And another way to italicize is:
<EM>This is the text that it applies to</EM>
This is the text that it applies to

Or you may underline using the following:
<U>This text will appear underlined</U>
This text will appear underlined

Or you may strikethrough text by using the following:
<STRIKE>This is the text that it applies to</STRIKE>
This is the text that it applies to


No comments:

Post a Comment