Comments

Section 1 - Introduction
Section 2 - Basics
Section 3 - Next Level
      Lists
      Basic Tables
      Advanced Text
      Marquee
      Meta
      Sounds
      Comments
         Using comments
         You Try It!
Section 4 - Advanced
Section 5 - Publishing
Section 6 - Extras
Appendices
You try it!
Idea: Show that you can put comments on your page.

Here's an example: Enough with the penguins. Here's a really simple page with comment tags.
<html> <head>
<title> Comments Page </title>
</head>
<body bgcolor="#ccccff" text="#006666" link="#0033ff"
<center>
This is a very, very boring page.
</center>

<!--

But really, is it?

This page holds secrets and surprises.
For example, did you know...

There's a page with Oompa Loompas at:
http://science.pageofmystery.com/ol.html
-->

</body>
</html>


You now should work on your own webpage. Add a comment tag or two where it suits you.

Back Home Forward