write a program in HTML which will display a list(any type) of 5 of your favourite outdoor games
Answers
Answered by
0
<html>
<head>
<title>List of Favourite Outdoor Games</title>
</head>
<body>
<UL type="disc">
<LH>List of my favourite outdoor games</LH>
<LI>Foot Ball
<LI>Basketball
<LI>Tennis
<LI>Cricket
</UL>
</body>
</html>
Similar questions