Drew's Virtual Notebook


Home

Page 1


This is my Virtual Notebook for "Web Page Design For Beginners" to practice tags and take notes about the lessons.



To start, ALL HTML tags must be surrounded by Angle Brackets:< and >


In the HTML document the main tags should be ordered as so:



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>

</body>
</html>

Below is an example of how to create an ordered and unodered list.
There is also listed some important information about each tag and tag sets.

The Big Four Tags are:

  1. HTML
  2. HEAD
  3. TITLE
  4. BODY


  5. Here are some very Valuable Links for information about HTML