HTML Lessons - Table of Contents
»
Home
»
Internet Basics
»
The Social Aspects
»
Internet Safety
»
Tutorials
»
Web Based Tools
»
Resources
»
About
»
A Website of your own - Table of Contents
»
Before the Website
»
What you need to Start
»
Choose the right hosting
»
Web Building Tools
»
Building your site
»
HTML Lessons
This Page Sponsored by:
Visit back to see new pages as they get added. Please e-mail comments and feedback to:
webmaster@howtointernet.net
THIS SECTION IS STILL BEING CONSTRUCTED, please visit back at a later date
Basic HTML page
<html>
<head>
<! -- Place Meta tags and Scripts like CSS in this section -- !>
</head>
<body>
<! -- Place HTML code or body of text in this section -- !>
</body>
</html>
Continue with HTML lesson
or
Use a code generator to help create the code