Personal tools
You are here: Home How To Common HTML

Common HTML Formatting Elements

Function HTML Preview
Add a Header Tag
<h1>Header 1</h1>

Header 1


  <h2>Header 2</h2>

Header 2

  <h3>Header 3</h3>

Header 3

 Create a Paragraph
<p>Paragraph content here</p>

Here is the paragraph!

 Create a link
Click <a href="URL">here.</a>
Click here.
 Create a mail link
<a href="mailto:name@name.com">Click here to email </a>
Click here to email
 Create a bulleted list
Here is a bulleted list: <ul>
<li>item  1</li>
<li>item2</li>
</ul>
Here is a bulleted list:
  • item 1
  • item 2
 Create a numbered list
Here is a numbered list: <ol>
<li>item 1</li>
<li>item 2</li>
</ol>
Here is a numbered list:
  1. item 1
  2. item 2

 

Click here for common HTML symbols

 

Document Actions
Copyright © 2000- 2010 Net Easy, Inc. All Rights Reserved. Terms of Use | Privacy Policy