[HTML] Learn Simple HTML :)

Status
Not open for further replies.

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 -
HTML:
<strong> Your Text Here </strong>
Underline -
HTML:
<u> Your Text Here </u>
Strike -
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>
Simples :)

More Aligns....

Align Left -
HTML:
<left> Your Text Here </left>
Align Right -
HTML:
<right> Your Text Here </right>
Peace :) any questions about HTML just leave themmm below :D
Nick.
 

RastaLulz

fight teh power
Staff member
May 3, 2010
3,926
3,921
The tag <strong> is the same exact thing, and is preferred over the traditional <b>.
 

Dayron1234

Rapnameiszero,cuzIhavezero,toleranceforidiots
Jun 30, 2010
772
35
Ya I am use <strong> and <b> in the CMS anyways good tut for newbies at HTML
 
Status
Not open for further replies.

Users who are viewing this thread

Top