Practice HTML
|
For those of you
that want to learn some serious basics, try this site: |
For basic text code, see chart below.
|
To make bold text type: |
<b>Alan Rickman</b> |
=Alan Rickman |
|
|
To make italicized text type: |
<i>Alan Rickman</i> |
=Alan Rickman |
|
To bold and italicize text type: |
<b><i>Alan Rickman</i></b> |
=Alan Rickman |
|
To make a new paragraph type: |
<p> |
= a double space line |
|
To make a break in the text, type: |
|
= a single space line |
|
To add a URL or link: |
<a href="http://Site's URL">Site's Name</a> |
||
To add an image or icon: Note: To post an image/icon, etc, the file must be residing on a server. |
<img src="http://Site's URL/Image Name.ext"> |
||
Click the link for directions on posting images that are hosted in a PhotoBucket album.
Practice your HTML here!