10 July 2010

HTML Basic Formatting

This is some basic html formatting for use in your FaceBook or MySpace Blog etc.
To see this: Type this in your note:
bold <b>bold</b>
italics <i>italics</i>
underline <u>underline</u>
strikethrough <s>strikethrough</s>
Large font <big>Large font</big >
Small size <small>Small size</small>
An em-dash—see? An em-dash&mdash;see?
Hyperlink to Hyperlink to <a href=http://mickgill.blogspot.com>Mick Gills Blog </a>
A Bulleted List:

  • One Item
  • Another Item
A Bulleted List:
<ul>
<li>One Item</li>
<li>Another Item</li>
</ul>
An ordered list:
  1. First Item
  2. Second Item
An ordered list:
<ol>
<li> First Item</li>
<li> Second Item</li>
</ol>
The following quote is special:
Because it is indented
The following quote is special:
<blockquote>Because it is indented</blockquote>

Heading 1


Heading 2


Heading 3


<h1>Heading 1</h1>

<h2>Heading 2</h2>

<h3>Heading 3</h3>

Please leave a Comment below!

Follow me on Twitter

Technorati Tags: ,,,