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:
- HTML
- The HTML tag set must ALWAYS be included.
- Lets the Browsers know the document is in HTML.
- Comes after DOCTYPE statement.
- The HTML closing