BASIC HTML
Step 2 - Basic Text Formatting
Basic Text Formatting
Header codes:
<h1>TutorialArea</h1> Produces
TutorialArea
<h2>TutorialArea</h2> Produces
TutorialArea
<h3>TutorialArea</h3> Produces
TutorialArea
There are other preset header codes and the continue going h3 h4 h5 etc.
Making your text bold
To make your text bold use this code:
<b>TutorialArea</b> This Produces:
TutorialArea
Making your text italic
To make your text italc use this code:
<i>TutorialArea</i> This Produces:
TutorialArea
Making your text underlined
To make your text underlined use this code:
<u>TutorialArea</u> This Produces:
TutorialArea
Aligning your text
Aligning your text is an important part of html.
There are several ways to do it but I am going to show you the most common way.
To align your text left use :
<div align="left">TutorialArea</div>
To align your text right use :
<div align="right">TutorialArea</div>
To align your text to the center use :
<div align="center">TutorialArea</div>
Ok so that just about covers the basic text formatting codes you will need for the time being.
Now lets move on
Pages: « First 1 2 3 4 Last »
Share
del.icio.us
Digg it
reddit
Current tags
Rate this tutorial
Comments
5
Log In to rate this tutorial
jeka911b on 11/21/06 at 14:21
Great tutorial!!!
Add Comment
Log In to post your comments