programming9
  • Flowcharts
  • Programs
      • Back
      • C Programs
      • C++ Programs
      • Java Programs
      • Python Codes
      • HTML Codes
      • Java Script Codes
      • SQL Codes
  • Tutorials
      • Back
      • Java Tutorials
      • Competitive Programming
      • Python Tutorials
      • C Programming
  • Blog
  • Login

HTML Example Code for Ordered List

Details
Written by: sowjanya
Category: HTML Codes
  • HTML
  • list
<html>
   <head>
      <title>ordered list</title>
   <body bgcolor="purple" text="gold" order="">
      <h1><u>ORDERED LIST</u></h1>
      <h3>
         Ingredients for making of coffee
         <ol type="a">
           <li>sugar</li>
           <li>coffee powder</li>
           <li>milk</li>
         <ol>
   </body>
   </h3>
</html>

 OUTPUT:

orderedlist programming9

 

Previous article: HTML Example Code for Unordered LIst Prev Next article: HTML Code for Designing a Form Using Inline Style Sheets Next
  • HTML Example Code for Ordered List
  • JavaScript Function To Perform Mathematical Operations
  • HTML Code for Designing of a Registration Form using Table
  • JavaScript Function To Perform Linear Search
  • HTML Code for Designing of Time Table Using TABLE
  • HTML Code for Designing a Form Using Inline Style Sheets
  • HTML Table Tag Example with Attributes
  • How to Animate Text Using HTML Marquee Tag
  • Inline CSS Demonstration with Working Example
  • Hello World page in HTML
  • Privacy Policy
  • Cookie Policy
© programming9.com 2025
Back to top