Nick
New Member
- Sep 24, 2010
- 14
- 0
Hey there this short tutorial will show you just how easy html is and ull see its easy to remember tooo!
So lets start off with simple text styling!
Bold -
Underline -
Strike -
--------------------------------------------------------
We can advance it a little more and align the text " Your Text Here " ... for example:
Align Center -
--------------------------------------------------------
Now make it bold and centered....
Align Center And Bold -
Simples
More Aligns....
Align Left -
Align Right -
Peace any questions about HTML just leave themmm below
Nick.
So lets start off with simple text styling!
Bold -
HTML:
<strong> Your Text Here </strong>
HTML:
<u> Your Text Here </u>
HTML:
<i> Your Text Here </i>
We can advance it a little more and align the text " Your Text Here " ... for example:
Align Center -
Code:
<center> Your Text Here </center>
--------------------------------------------------------
Now make it bold and centered....
Align Center And Bold -
HTML:
<center><strong> Your Text Here </strong></center>
More Aligns....
Align Left -
HTML:
<left> Your Text Here </left>
HTML:
<right> Your Text Here </right>
Nick.