To create a list item Pink City as a link to Jaipur.html
tell the coding!
Answers
Answered by
1
Answer:
try as the content can be changed
<html>
<body>
<h2>jaipur as a list item</h2>
<ul>
<li><a href="link">Jaipur</a></li>
<li>list item2</li>
<li>list item 3</li>
</ul>
</body>
</html>
Explanation:
Similar questions