Learning Html
This section is a "How To" section in which I will try to explain, in the easiest
possible way, how to make a web page.
I can't make any promises that it will help you make a good web page, since
that relies heavily upon the creator's creative abilites and the content of
the web site. Which I have learned the hard way (having no talent, really,
and even less content).
This is the general outline for a web page that is HTML 4.01 compliant:
<html>
<head>
<title> Your title here </title>
</head>
<body>
</body>
</html>
For a quick primer on how to create a web page, click the following links:
Start with the <html> element
Add in the <head> elements
And fill in the <body>
For information on:
Fonts
Tables
Links