HTML CSS Reference/HTML Attributes Reference/start 2

Материал из Web эксперт
Перейти к: навигация, поиск

"start" Example

   <source lang="html4strict">
   

<HTML> <head><Title>Example For start</Title></head> <BODY>

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  5. Item 5

</BODY> </HTML>


     </source>
   
  


"start" is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+

| Applied_To |
    | +----------------+--------------------------------------------------------------+ </source>

    "start" Syntax and Note

       <source lang="html4strict">
    

    Note:

    This attribute specifies the starting number in an ordered list,
      . Syntax:
        . . .


      </source>