HTML Tags Chart: Web Design Tips HTML Tips Javascript Code
HTML Tags Chart: Web Design Tips HTML Tips Javascript Code
Heading
1
<H1> heading 1 <H1>Heading 1 Example</H1>
Example
<H2> heading 2 <H2>Heading 2 Example</H2> Heading 2
Example
heading
<HEAD>Contains elements describing the
<HEAD> of HTML Nothing will show
document</HEAD>
document
<HR> horizontal <HR>
rule
Contents of your web
page (Tip)
<TABLE BORDER="2"
BORDERCOLOR="#336699"
CELLPADDING="2" CELLSPACING="2"
WIDTH="100%">
<TR> Example 2: (Tip)
<TD>Column 1</TD>
<TD>Column 2</TD>
</TR> Column 1 Column 2
</TABLE>
Example 3:
Example 3: (Tip)
<TABLE CELLPADDING="2"
CELLSPACING="2" WIDTH="100%"> Column 1 Column 2
<TR> Row 2 Row 2
<TD BGCOLOR="#CCCCCC">Column
1</TD>
<TD BGCOLOR="#CCCCCC">Column
2</TD>
</TR>
<TR>
<TD>Row 2</TD>
<TD>Row 2</TD>
</TR>
</TABLE>
<TABLE BORDER="2" CELLPADDING="2"
CELLSPACING="2" WIDTH="100%">
<TR>
<TD> table data <TD>Column 1</TD>
<TD>Column 2</TD> Column 1 Column 2
</TR>
</TABLE>
<TH> table <DIV align="center"><TABLE> Column Column Column
header <TR> 1 2 3
<TH>Column 1</TH> Row 2 Row 2 Row 2
<TH>Column 2</TH> Row 3 Row 3 Row 3
<TH>Column 3</TH>
Row 4 Row 4 Row 4
</TR>
<TR>
<TD>Row 2</TD>
<TD>Row 2</TD>
<TD>Row 2</TD>
</TR>
<TR>
<TD>Row 3</TD>
<TD>Row 3</TD>
<TD>Row 3</TD>
</TR>
<TR>
<TD>Row 4</TD>
<TD>Row 4</TD>
<TD>Row 4</TD>
</TR>
</TABLE>
</DIV>
Title of your web page
document
<TITLE> <TITLE>Title of your HTML page</TITLE> will be viewable in the
title
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