HTML Codes Chart
HTML Codes Chart
Your Guide to Professional • HTML Tips • Web Design Tips • CSS Tutorial
Web Site Design and • HTML Codes • JavaScript Codes • JavaScript Tutorial
Development • Web • 216 Web Safe • ASCII Character
Development Colors Codes
| Web Site Development | HTML Codes | HTML Tips | Web Design Tips | Javascript Snippets | 216 Safe Colors | Symbols | CSS
Tutorial | JavaScript Tutorial |
If you're looking for some HTML tags to spice up your web site, you've come to the
right place. You will find a variety of HTML codes and tips to assist you below.
However, before reviewing the HTML tags, if you're new to HTML and web site design,
the following section will assist you in creating an HTML web page. For additional web
site design information, make sure you don't miss the web design articles and
tutorials at the bottom of this page.
BlackBerry® Smartphones
There Is A BlackBerry For Everyone. Find Your
New BlackBerry Today.
www.BlackBerry.com/UAE
Email:
Creating an HTML Page
Password:
A web page is created using a language called, Hypertext Markup Language, better Submit
known as HTML Code. You can write your own coding within a plain text editor, such
as Note Pad, or use an HTML editor, which will write the code for you.
Lost Password?
http://www.web-source.net/html_codes_chart.htm 8/27/2009
HTML Tags / Codes / Web Page Design Page 2 of 12
HTML codes, also referred to as HTML tags, are enclosed by the lesser than (<) and
greater than (>) brackets and may be written in capital or lower case letters. Email:
Submit
The opening bracket is followed by an element, which is a browser command, and
ends with the closing bracket.
Not yet a member?
<font size=2>
Click here to see what
An element may also be followed by attributes, which are words describing the you're missing! Club
properties of the element, and further instruct the browser. members receive access
to dozens of free video
<font size=2> tutorials, utilities and
ebooks.
Attributes are only contained in the opening HTML tags to the right of the element
and are separated by a space and followed by an equal (=) sign.
Our Products
The value follows the equal sign and is enclosed in quotes.
• Web Design Mastery
<font size=2>
• Mastering Web Hosting
• eBook Starter
• HTML Tips
Phone Ethiopia? • PC Security
Phone Ethiopia Cheap from UAE Vbuzzer, Top • CSS Tutorial
• HTML Codes
Quality Global Calls • Video Tutorials
www.imustvoip.info
• Web Design Tips
• JavaScript Codes
• JavaScript Tutorial
• Java Applet Tutorial
<html> - Begins your HTML document. • 216 Web Safe Colors
• Web Site Development
http://www.web-source.net/html_codes_chart.htm 8/27/2009
HTML Tags / Codes / Web Page Design Page 3 of 12
<head> - Contains information about the page such as the TITLE, META tags for • ASCII Character Codes
proper Search Engine indexing, STYLE tags, which determine the page layout, and
JavaScript coding for special effects.
<title> - The TITLE of your page. This will be visible in the title bar of the viewers’ Web Site Tools
browser.
Ads by Google
Made-in-China.com
China Manufacturers directories help global
buyers sourcing easily.
Made-in-China.com
Note: For additional tutorials to assist you in HTML and much more, click here to sign up for our free
membership club. You will instantly receive a wealth of quality information, such as dozens of video
tutorials, several informative ebooks, utilities to assist you in creating buttons, tables, meta tags, and
more. Best of all, it's completely free.
http://www.web-source.net/html_codes_chart.htm 8/27/2009
HTML Tags / Codes / Web Page Design Page 4 of 12
<form action="mailto:[email protected]">
Name: <input name="Name" value=""
Name: (Tip)
size="10"><br>
<form> form Email: <input name="Email" value="" Email:
size="10"><br>
Submit Query
<center><input type="submit"></center>
</form>
http://www.web-source.net/html_codes_chart.htm 8/27/2009
HTML Tags / Codes / Web Page Design Page 5 of 12
heading of
<head>Contains elements describing the
<head> HTML Nothing will show
document</head>
document
http://www.web-source.net/html_codes_chart.htm 8/27/2009
HTML Tags / Codes / Web Page Design Page 6 of 12
Example 3:
Example 1:
http://www.web-source.net/html_codes_chart.htm 8/27/2009
HTML Tags / Codes / Web Page Design Page 7 of 12
Example 2:
Example 2:
<ol type="i">
<li> list item
<li>List item 1</li>
<li>List item 2</li> i. List item 1
<li>List item 3</li> ii. List item 2
<li>List item 4</li> iii. List item 3
</ol> iv. List item 4
<head>
<link rel="stylesheet" type="text/css"
<link> link
href="style.css" />
</head>
<marquee> <marquee bgcolor="#cccccc" loop="-1"
scrolling Example Marquee
(Internet scrollamount="2" width="100%">Example
text (Tip)
Explorer) Marquee</marquee>
<menu>
<li type="disc">List item 1</li> List item 1
<menu> menu <li type="circle">List item 2</li> List item 2
<li type="square">List item 3</li> List item 3
</menu>
<meta name="Description" content="Description
of your site">
<meta> meta Nothing will show (Tip)
<meta name="keywords" content="keywords
describing your site">
<meta HTTP-EQUIV="Refresh"
<meta> meta Nothing will show (Tip)
CONTENT="4;URL=http://www.yourdomain.com/">
<meta> meta <meta http-equiv="Pragma" content="no-cache"> Nothing will show (Tip)
<meta> meta <meta name="rating" content="General"> Nothing will show (Tip)
<meta> meta <meta name="robots" content="all"> Nothing will show (Tip)
<meta> meta <meta name="robots" content="noindex,follow"> Nothing will show (Tip)
Numbered
Numbered
1. List item 1
<ol> 2. List item 2
<li>List item 1</li> 3. List item 3
<li>List item 2</li> 4. List item 4
<li>List item 3</li>
<li>List item 4</li>
Numbered Special Start
</ol>
http://www.web-source.net/html_codes_chart.htm 8/27/2009
HTML Tags / Codes / Web Page Design Page 8 of 12
This is an example displaying the use of the This is an example displaying the
paragraph tag. <p> This will create a line break use of the paragraph tag.
and a space between lines.
This will create a line break and a
Attributes: space between lines.
http://www.web-source.net/html_codes_chart.htm 8/27/2009
HTML Tags / Codes / Web Page Design Page 9 of 12
<br>
<p align="left"> Example 1:
This is an example<br>
displaying the use<br> This is an example
of the paragraph tag.<br> displaying the use
<br> of the paragraph tag.
Example 2:<br>
<br> Example 2:
<p align="right">
<p> paragraph This is an example<br> This is an example
displaying the use<br> displaying the use
of the paragraph tag.<br> of the paragraph tag.
<br>
Example 3:<br>
<br> Example 3:
<p align="center">
This is an example<br> This is an example
displaying the use<br> displaying the use
of the paragraph tag. of the paragraph tag.
small
<small> <small>Example</small> Example (Tip)
(text)
deleted
<strike> <strike>Example</strike> Example
text
strong
<strong> <strong>Example</strong> Example
emphasis
Example 1:
http://www.web-source.net/html_codes_chart.htm 8/27/2009
HTML Tags / Codes / Web Page Design Page 10 of 12
</tr>
</table>
<div align="center">
<table>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr>
<td>Row 2</td>
<td>Row 2</td> Column Column Column
<td>Row 2</td> 1 2 3
table </tr>
<th> Row 2 Row 2 Row 2
header <tr>
<td>Row 3</td> Row 3 Row 3 Row 3
<td>Row 3</td> Row 4 Row 4 Row 4
<td>Row 3</td>
</tr>
<tr>
<td>Row 4</td>
<td>Row 4</td>
<td>Row 4</td>
</tr>
</table>
</div>
document Title of your web page will be
<title> <title>Title of your HTML page</title>
title viewable in the title bar. (Tip)
<table border="2" cellpadding="2" cellspacing="2"
width="100%">
<tr>
<tr> table row <td>Column 1</td> Column 1 Column 2
<td>Column 2</td>
</tr>
</table>
<tt> teletype <tt>Example</tt> Example
<u> underline <u>Example</u> Example
Example 1:<br>
<br>
Example 1:
<ul>
<li>List item 1</li>
<li>List item 2</li> List item 1
</ul> List item 2
<br>
unordered Example 2:<br>
<ul>
list <ul type="disc"> Example 2:
<li>List item 1</li>
<li>List item 2</li>
List item 1
<ul type="circle">
List item 2
<li>List item 3</li>
List item 3
<li>List item 4</li>
List item 4
</ul>
</ul>
http://www.web-source.net/html_codes_chart.htm 8/27/2009
HTML Tags / Codes / Web Page Design Page 11 of 12
If you like these codes, you'll love Web Design Mastery. Get these codes and
many more.
"I have learned more from this web design course than I did from a
course I took in college!" - Joseph Seeles
More
Web Development
HTML Codes
HTML Tips
Web Design Tips
Javascript Snippets
216 Safe Colors
Symbols
Creating an Ebook
Internet Marketing Strategies
http://www.web-source.net/html_codes_chart.htm 8/27/2009
HTML Tags / Codes / Web Page Design Page 12 of 12
Back
Web-Source.net http://www.web-source.net
Your Guide to Professional Web Site Design and Development
Hosted with Host4Profit.
Copyright © 1997- 2009 Brajusta Publishing, Inc., All Rights Reserved
http://www.web-source.net/html_codes_chart.htm 8/27/2009