Previous Slide


Ordered and Unordered Lists (cont.)

Next Slide

  • THE CLOSING TAGS, < /LI > ARE OPTIONAL.
  • BULLET/NUMERING CAN BE CONTROLLED USING THE "TYPE" ATTRIBUTE IN THE < UL >, < OL >, OR < LI > TAGS.
< H3 > TOPICS < /H3 >
< OL TYPE=a > 
< LI > HTML < /LI >
< LI > TCP/IP < /LI >
 < /OL >

TOPICS

  1. HTML
  2. TCP/IP
< H3 > TOPICS < /H3 >
< UL TYPE=SQUARE >
< LI > HTML < /LI >
< LI > TCP/IP < /LI >
< /UL >

TOPICS

  • HTML
  • TCP/IP



The Web:
Technologies and
Techniques


Links to other course pages:


Williams College
Department of Computer Science
This page is part of a section of lecture slides related to " List Tags " within the topic "HTML II". Other slides within this section and other sections of slides for the topic "HTML II" can be accessed using the links below.
  • TEXT
  • Text Style Tags
  • Getting Physical...
  • Text That Isn't Text
  • List Tags
  • List Elements
  • Ordered and Unordered Lists
  • Ordered and Unordered Lists (cont.)
  • Definition Lists
  • HTML tables
  • Tables
  • Table Borders and Headers
  • Table Cell Spacing
  • Table Cell Padding
  • Irregular Table Cells
  • Table Cell Alignment
  • Table Width and Height Attributes