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 Unordered LIst

Details
Written by: sowjanya
Category: HTML Codes
  • HTML
  • list
  • unordered
<html>
   <head>
      <title>un ordered list</title>
</head> <body bgcolor="pink" text="red" order=""> <h1><u>UN ORDERED LIST</u></h1> <h2>Ingredients for making of Tea</h2> <h3> <ul type="circle"> <li>sugar</li> <li >tea powder</li> <li>milk</li> <li>water</li> </ul> <h3> </body> </html>

 OUTPUT:

ul programming9

Previous article: HTML Example code for Definition LIst Prev Next article: HTML Example Code for Ordered List Next
  • HTML Table Tag Example with Attributes
  • How to Animate Text Using HTML Marquee Tag
  • Inline CSS Demonstration with Working Example
  • JavaScript Function To Perform Mathematical Operations
  • HTML Example code for Definition LIst
  • HTML Code for Designing a Form Using Inline Style Sheets
  • JavaScript Function To Perform Linear Search
  • Hello World page in HTML
  • Frequently Used Text Formatting Tags in HTML
  • HTML Code for Using Frame and frameset
  • Privacy Policy
  • Cookie Policy
© programming9.com 2025
Back to top