H1 is HEADING 1 style. You can choose ALIGNment to be CENTERed too.


  1. How would I make the above heading look nicer? I will show you that through the Code window first, and then try to show you that through the Design window. It will be a good BReak from talking about other things. BR = Baskin Robbins ice cream. BRIC is oK!
  2. Why talk about BRICKs? Besides to teach you the BReak TAG, and to think about BR Ice Cream, it would be to remind you of one of the most important of all childhood stories, a fairy tale that has a lot to do with effective web development and software development and computer graphics work. We'll talk about it later on.
  3. Do not forget about Ctrl+Z as the shortcut for the Edit menu, Undo command. "Just Undo It" was a popular advertisement for Nike shoes in the past. Or was it "Just Do It"?
  4. Why does the above numbered list look so strange? Do you think that the HR (Horizontal Ruler) should be numbered? Speaking of numbered, what tags do you use to create a numbered list? What is the difference between OL and UL, and what in the world is the DeaL with DL lists? I will fix this during class and tell why it occurred. Then you will see the importance of knowing and understanding HTML and not being afraid to work in Code view or work in Split view so you can have the Code view and Design view both available!
  5. Why is the above HR NOSHADE SIZE=21 ruler in the wrong place? Same problem as before. Will be fixed during class.

  6. How do you create a new LI for List Item tag? In Design view, how does DW know that you might want one? In Code view window, of course, you can just type in the LI as a TAG. But you might see something wierd happen when you do the < symbol or the > symbol, the tag indicators!

  7. Insert menu, Tag command and then choosing Lists (expand it), you will see the SIX different tags relevant for LIsts. <OL>, <UL>, <LI>, <DL>, <DT>, <DD> are the half dozen LIST tags.