Learn HTML Code Tutorial Reference Guide

Attribute for <LI ...>
VALUE = integer

Usage Recommendation
don't use it thumbs down

VALUE is another way to confuse your readers. Used in an ordered list, VALUE causes the browsers to skip to the given number and count from there.

this code produces this
<OL>
<LI          >Start at the beginning
<LI          >Build your arguments carefully
<LI VALUE=13 >Skip to the middle
<LI          >Hope everyone understands
</OL>
  1. Start at the beginning
  2. Build your arguments carefully
  3. Skip to the middle
  4. Hope everyone understands


 
HOSTING / DESIGN

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   Privacy Policy   |   About
Copyright ©1997-2002 Idocs and ©2002-2011 HTML Code Tutorial