2 ответов
+ 2
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body bgcolor="yellow">
<h1>FAST FOOD</h1>
<ol>
<li>pav bhaji</li>
<li><a href="https://www.google.com/image.jpg">vada pav</a></li>
<li>bel puri</li>
</ol>
</body>
</html>
Always put your contents on the inside of the <li></li> tags.
0
How to map image to a website