Computer Science, asked by HarshuTheLegend, 8 months ago

Pls answer fast I will mark you as brainliest​

Attachments:

Answers

Answered by srajfaroquee
1

Answer:

HTML code:

<html>

   <body>

       <p> The image tag is used to insert an image in a webpage using <b> &lt;img&gt; </b> tag. </p>

   <p>Unordered List with type disc</p>

       <ul type="disc">

           <li> List item 1 </li>

           <li> List item 2 </li>

           <li> List item 3 </li>

       </ul>  

       <p>Ordered List with type 1 </p>

       <ol type="1">

           <li> List item 1 </li>

           <li> List item 2 </li>

           <li> List item 3 </li>

       </ol>

           <br><br><br>

           <dt><b><u>Nested List</u></b></dt>

           <dd>A nested list is a list inside a list. That means list inside another list.</dd>

       </dl>

        <ul>

            <li>List Item 1</li>

        </ul>

        <ol type="1" start="2 " >

            <li>List Item 2</li>

        </ol>

</body>

</html>

**Please follow me and mark this ans as Branliest answer.Thank you!

Similar questions