Computer Science, asked by Kalpanakain76, 3 months ago

a web page to show an unordered list of any two festivals of Sikkim. Each of these elements should be a hyperlink to the relevant external web site.

Answers

Answered by Priyavratt02
1

Answer:

Piece of code which you need to place in your code

Explanation:

<ul>

 <li><a                                                      href="https://www.sikkimtourism.gov.in/Public/ExperienceSikkim/FairsAndFestivalDetails/FF20A071?type=Festival">pang lhabsol</a>

 <li><a href="https://en.wikipedia.org/wiki/Maghe_Sankranti">Maghe Sankranti</a>

</ul>

Attachments:
Similar questions