designa web page having an image as its background and display an ordered list in the webpage
, Save it with the name "order_list.html" Write down its complete steps
Answers
Answered by
0
<html>
<head><title>Your title here</title></head>
<body background="filepath.jpg">
<ol>
<li>1. First point</li>
<li>2. Second Point</li>
<li>3. Third point</li>
</ol>
</body>
</html>
Similar questions
Computer Science,
16 days ago
Social Sciences,
16 days ago
Biology,
16 days ago
Math,
8 months ago
Physics,
8 months ago