HTML codes and tags
HTML (Hyper Text Markup Language) is the language used to create web pages: (scroll down to see codes and tags.)
HTML is composed of tags which are always enclosed in angle-brackets (<>).
| <tag 1> | | |
| <tag 2> | |
| </tag 2> | |
| </tag 1> | | |
With a few exceptions, tags usually occur in pairs, opening and closing (closes with a slash tag), e.g, <tag> anything you wish to put here...content, text, image, etc. </tag>
In the table below are some of the most commonly used tags. (Unfortunately, some older browsers may not show the tags, and some may even convert them to HTML)
|
Tag | How to use it | This is what it looks like |
| <P> |
This is what it looks like. <P> Enjoy it. |
This is what it looks like. Enjoy it. |
| <BR> | This is what it looks like. <BR> Enjoy it. | This is what it looks like. Enjoy it. |
| <HR> | This is what it looks like. <HR> Enjoy it. | This is what it looks like. Enjoy it. |
| <B></B> |
<B> This is what it looks like. </B> |
This is what it looks like. |
| <I></I> |
<I> This is what it looks like. </I> |
This is what it looks like. |
| <U></U> |
<U> This is what it looks like. </U> |
This is what it looks like. |
| <H1></H1> |
<H1> This is what it looks like. </H1> |
This is what it looks like. |
| <H2></H2> |
<H2> This is what it looks like. </H2> |
This is what it looks like. |
| <H3></H3> |
<H3> This is what it looks like. </H3> |
This is what it looks like. |
| <H4></H4> |
<H4> This is what it looks like. </H4> |
This is what it looks like. |
| <H5></H5> |
<H5> This is what it looks like. </H5> |
This is what it looks like. |
| <H6></H6> |
<H6> This is what it looks like. </H6> |
This is what it looks like. |
<font color=color> </font> |
This is <font color=aqua> what </font> it looks like. |
This is what it looks like. |
<font color=color> </font> |
This is <font color=red> what </font> it looks like. |
This is what it looks like. |
<font color=color> </font> |
This is <font color= blue> what </font> it looks like. |
This is what it looks like. |
<font color=color> </font> |
<font color=fuchsia> This </font> <font color=green> is </font> <font color=lime> what </font> it <font color=maroon> looks </font> <font color=navy> like.</font> |
This is what it looks like. |
<blockquote> </blockquote > |
<blockquote> This is what it looks like.TT></blockquote> |
This is what it looks like. |
<UL >
< LI >
< LI >
<LI >
<LI >
<LI >
</UL> |
<UL >
< LI> January
< LI> February
< LI> March
< LI> April
<LI >May
</UL> |
- January
- February
- March
- April
- May
|
<OL >
< LI >
< LI >
<LI >
<LI >
<LI >
</OL> |
<OL >
< LI> January
< LI> February
< LI> March
< LI> April
<LI >May
</OL> |
- January
- February
- March
- April
- May
|
<OL >
< LI >
<UL >
< LI >
< LI >
<LI >
<LI >
<LI >
</UL>
< LI >
<LI >
<LI >
<LI >
</UL> |
<OL >
< LI> January
<UL >
< LI > DAY 11
< LI > DAY 12
<LI > DAY 13
<LI > DAY 14
<LI > DAY 15
</UL>
< LI> February
< LI> March
< LI> April
<LI >May
</OL> |
- January
- DAY 11
- DAY 12
- DAY 13
- DAY 14
- DAY 15
- February
- March
- April
- May
|
| <A HREF="URL"></A> |
<A HREF="http://www.lehigh-acres-land.com"> A tropical paradise on mainland America.</A > |
A tropical paradise on mainland America. |
| <A HREF="URL"></A> |
<A HREF="http://www.womens-health-symmetry.com/small-business-opportunity.html"> Small Business Opportunity.</A > |
Small Business Opportunity. |
The HTML codes on this page are background codes and the actual codes on the Content page which is seen by the viewer. Content includes text, graphic and data.
All that you need to know to spice up your pages with color, bold, italic, tables, can be found on this site.
I believe that Content, and I stress Content,
is most important because most of the other behind the scenes codes like the header, title, keyword, description can be done for you. However, if you are interested in them, a tutorial page will be added shortly to further assist you to learn html free. Also, the search engines like Google and Yahoo are putting more and more weight on Content in their ranking of web pages and websites. Whereas there are templates and software that can do almost everything else for you, unfortunately, there is no software or template to build Content for you. To build Content you must be able to communicate properly. For invaluable information on how anyone can build Content effectively go here.
It does not matter whether HTML codes are written in capital or common letters but many people prefer capital letters because it seems easier to detect errors. Just by looking at the tags above and how to use them will be sufficient for most people. However, for those who might still be confused or need further assistance, another page will be added shortly with a more detailed explanation on the use of each tag.
Also to be added shortly is another page including HTML codes for tables, images, and a more detailed explanation about building a page with The HEAD tags which contain all of the document's header information such as the Title and Description tags.
There are many behind the scenes HTML tags and codes for building your web page but the actual heart of your web page is that part that is seen by your visitors or readers. This part contains the “Content ” which includes text, graphics, etc. There are web site building tools to do everything else. For information on web site building tools that allow:
- for converting your writing from English to HTML
- website analyzers to ensure your pages meet the requirements for good ranking from the search engines
- web hosting with a wide range of templates for the look and feel of your website thus leaving you to concentrate on building content,
go here.
Also to be added is an entire color chart with all the HTML color codes.
[ Home ] [
Top: HTML]
|