Computer Science, asked by rahulpanjwani2806, 1 year ago

Write html code to create ordered and unordered list along with output

Answers

Answered by Anonymous
15

<html>

  <head>

     <title>un ordered list</title><br>   </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>

Similar questions