Below are some of the more popular HTML codes used in designing a web site. You will find a variety of HTML codes and tips below. Simply select the HTML code you'd like and copy and paste it into your web page.
HTML Tags Chart
Tag
Name
Code
Example
Browser
View
<!--
comment
<!--This can be viewed
in the HTML part of a document-->
This is an example displaying
the use of the paragraph tag. <P> This will create a line break and
a space between lines.
Attributes:
Example 1:<BR>
<BR> <P align="left">
This is an example<BR>
displaying the use<BR>
of the paragraph tag.<BR>
<BR>
Example 2:<BR>
<BR> <P align="right">
This is an example<BR>
displaying the use<BR>
of the paragraph tag.<BR>
<BR>
Example 3:<BR>
<BR> <P align="center">
This is an example<BR>
displaying the use<BR>
of the paragraph tag.
This is an example displaying the
use of the paragraph tag.
This will create a line break and
a space between lines.
Attributes:
Example 1:
This is an example
displaying the use
of the paragraph tag.
Example 2:
This is an example
displaying the use
of the paragraph tag.
Example 3:
This is an example
displaying the use
of the paragraph tag.