topical media & game development

talk show tell print

basic-web-html-08-ch08-eg09.css / css



  /* style sheet demonstrating the list-style property */
  
  body {background-color: #ffffff; }
  
  li.a {list-style:none;}
  li.b {list-style:disc;}
  li.c {list-style:circle;}
  li.d {list-style:square;}
  li.e {list-style:decimal;}
  li.f {list-style:lower-alpha;}
  li.g {list-style:upper-alpha;}
  li.h {list-style:lower-roman;}
  li.i {list-style:upper-roman;}


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.