Write a HTML program to create a webpage using 'ordered list' Display any five books name with background color
Answers
Answered by
2
Answer:
<html>
<body>
<ol><bg color="Cyan">
<li>One hundred day in solitude</li>
<li>Optics</li>
</ol>
</body
</html>
Explanation:
For a applying background color using css
Code = ol{
background:Cyan;
}
*Please like and follow me*
Similar questions