<class home>  <dreamweaver part I>   <back   next>

Working With html

Inserting Comments

Comments are for inserting your own notes into your html pages, no one will see these unless they look in the code of your html.

  1. Select where you want the comment in your html or on your page
  2. Select Insert>Comment from the main menu
  3. The comment box appears. Type your comment inside.
  4. Click "OK"
  5. You should see one of these on your page if you have Invisible Elements turned on.
    View>Visual Aids>Invisible Elements
  6. You can see your comment in the Code Inspector or in Code View or Split View

Comments look like this in html
<!--Don't forget to blah blah blah-->


comments