Page 1
Basic Element of HTML 3.2
A web page needs only eight elements to be fully functional.
< html >
The contents of the web page.
< /body >
The format looks like this.
< head >
< title > Page Title < /title >
< /head >
< body >
< /html >
or any where else.
Note that there is no need to close a paragraph
This is italics
and this is bold
Note this paragraph is centered with the <p align=" center " >
Options also include align right and align left.
Left align is the default if no align is specified.
Note also that the < DIV > tag accepts the align attributes
and can include more than just one paragraph.
Note the horizontal rule is normally centered
Note the width can be in pixels or in percent and this tag accepts the align attributes.
Note that without any attributes, the HR tag gives the line below.
To create a link to an e-mail address. willrogers49@hotmail.com
To link to places on the same web page.to top of page