Horje
ordered list html mdn Code Example
ordered list html mdn
<ol>
  <li>first item</li>
  <li>second item  <!-- closing </li> tag not here! -->
    <ol>
      <li>second item first subitem</li>
      <li>second item second subitem</li>
      <li>second item third subitem</li>
    </ol>
  </li>            <!-- Here's the closing </li> tag -->
  <li>third item</li>
</ol>




Html

Related
style attribute in html Code Example style attribute in html Code Example
html symbol math Code Example html symbol math Code Example
noscript Code Example noscript Code Example
HTTP requests methods Code Example HTTP requests methods Code Example
basic html boilerplate Code Example basic html boilerplate Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8