cs12

Wednesday, April 05, 2006

About HTML

Here is an html tutorial, with information about many html tags.

The tags I mentioned in class, all which should be enclosed in pointy brackets (less than and greater than signs):
HTML and /HTML to begin and end your HTML page.
HEAD and /HEAD
BODY and /BODY
P for new paragraph
BR for a line break
HR for a horizontal rule
IMG for an image
A for a hyperlink
OL for ordered list
UL for unordered list
LI for list item
H1, H2, H3, and H4 for text sizes
B for bold
I for italics

try to include some of these elements in the HTML page you create in notepad.

0 Comments:

Post a Comment

<< Home