Computer Science, asked by nandika19, 6 months ago

To create a list item Pink City as a link to Jaipur.html
tell the coding!​

Answers

Answered by sangeetabhanwar
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