Join now,
it's FREE
Join now,
it's FREE
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
Main PageMain Page  HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

Share | 
 

 HTML formatting: all

View previous topic View next topic Go down 
AuthorMessage
Photoshop
graphic
graphic
Photoshop

Windows : Vista
Posts : 44
Join date : 2010-12-22

HTML formatting: all Empty
PostSubject: HTML formatting: all   HTML formatting: all EmptyFri Dec 31, 2010 4:31 am

Headings:
There is a special tag for specifying headings in HTML. There are 6 levels of headings in HTML ranging from h1 for the most important, to h6 for the least important.
Typing this code:
Code:
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

Results in this:
Heading 1


Heading 2


Heading 3


Heading 4


Heading 5


Heading 6


______________

Bold


You specify bold text with the <b> tag.
Typing this code:

Code:
[font=Courier New]<b>This text is bold.</b> [/font]

Results in this:This text is bold.
_____________

Italics


You specify italic text with the <i> tag.
Code:
[font=Courier New]<i>This text is italicised.</i> [/font]

Results in this:This text is italicised.
_________________

Line Breaks


Typing this code:
Code:
[font=Courier New]<p>Here is a...<br />line break.</p> [/font]

Results in this:

Here is a
line break.

_________
Unordered (un-numbered) List


Typing this code:
Code:
<ul>
  <li>List item 1</li>
  <li>List item 2</li>
  <li>List item 3</li>
</ul>

_____________________
Back to top Go down
 

HTML formatting: all

View previous topic View next topic Back to top 

 Similar topics

+
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: Support forum Home :: Tips & Tutorials-
Jump to:  
Free forum | Sciences and Knowledge | Health | ©phpBB | Free forum support | Report an abuse | Forumotion.com