The <ol type="a"> will create an alphabetical ordered list.
You can add various other elements inside the table elements.
The <li> tag is used to form a table.
Answers
Answered by
0
Answer:
<!DOCTYPE html>
<html>
<body>
<h1>The ol type attribute</h1>
<ol type="I">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
</body>
</html>
The Output:
The ol type attribute
:
Coffee
Tea
Milk
Mark me brainlist brainlist or kick yourself out from brainly.
Similar questions