<html>

<head>

 

These notes will not repeat what you have already read in Dave Raggett's book, chapter 3 and 12. It is not pleasant to read lots of text on a screen. These notes only stress some important lessons and point to some examples.

While you are in this class and so long as you are serious about being a web designer, make it a habit to "View > Page Source" when you look at pages. That is one good way to learn html and good web design. Usually you will be looking to see how the web page author achieved some effect. Be sure to pay attention to what is between <head> and </head>. There are often special lessons or private treats that web authors have included there.

Click on the "tags" to the right for comments about uses of these specific tags. Or follow the arrow below to cycle through these comments about using your <head>.

>>

<!-->

<meta>

<title>

 
Readings
Resources
<head>
<p> etc.
<b> etc.
<li> etc.
<a href>
<img src>
Access
<table>
<frame>
<style>
<form>
<script>
<object>
validate

Copyright by dwang, 1999. All rights reserved.

Valid HTML 4.0!