HTML tags
HTML tags
csun.edu/science/help/help_docs/html_tags.html
<!-- comment <!--This can be viewed in the HTML part of a Nothing will show
document-->
<BR> line break The contents of your page<BR>The contents of The contents of your page
your page The contents of your page
<CENTER> center <CENTER>This will center your This will center your contents
contents</CENTER>
1/7
<FONT> font <FONT FACE="Times New Roman" Example
SIZE="4">Example</FONT>
2/7
<INPUT> input field
Example 1: Example 1:
3/7
<INPUT> input field
Example 6: Example 6:
4/7
<OL> ordered Example 1:
list Example 1: 1. List item 1
2. List item 2
<OL> 3. List item 3
<LI>List item 1 4. List item 4
<LI>List item 2
<LI>List item 3 Example 2:
<LI>List item 4
</OL> a. List item 1
b. List item 2
Example 2: c. List item 3
<OL type="a"> d. List item 4
<LI>List item 1
<LI>List item 2
<LI>List item 3
<LI>List item 4
</OL>
<P> paragraph This is an example displaying the use of the This is an example displaying
paragraph tag. <P> This will create a line break the use of the paragraph tag.
and a space between lines.
This will create a line break and
Attributes: a space between lines.
5/7
<TABLE> table Example 1:
Example 1:
Example 3:
6/7
<TR> table row <TABLE BORDER="2" CELLPADDING="2"
CELLSPACING="2" WIDTH="100%">
Column 1 Column 2
<TR>
<TD>Column 1</TD>
<TD>Column 2</TD>
</TR>
</TABLE>
7/7