Computer Science, asked by pakwellcorporation, 7 hours ago

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 aviralkochgaway
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