How can you make a numbered list?
Select one:
a. <list>
b. <ol>
c.
<dl>
d. <ul>
Answer: <ol>
Explanation:
Example:
<html>
<body>
<h2>Numbered list</h2>
<ol>
<li>pen</li>
<li>paper</li>
<li>box</li>
</ol>
</body>
</html>
Output:
Get Answers For Free
Most questions answered within 1 hours.