Pls answer fast I will mark you as brainliest
Answers
Answer:
HTML code:
<html>
<body>
<p> The image tag is used to insert an image in a webpage using <b> <img> </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!