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
Social Sciences,
1 month ago
Biology,
1 month ago
English,
1 month ago
English,
3 months ago
Computer Science,
9 months ago
Biology,
9 months ago
Math,
9 months ago