Create a web page with in appropriate heading and set background color is yellow and display 5 cricketer name with bullets
please it's urgent
please tell the writting part
Answers
Answered by
0
Answer:
<!DOCTYPE html>
<html>
<body style="background-color: yellow;">
<ul>
<li>Cricketer 1</li>
<li>Cricketer 2</li>
<li>Cricketer 3</li>
<li>Cricketer 4</li>
<li>Cricketer 5</li>
</ul>
</body>
</html>
priyanshu0102:
the cricketer 1,2,3,4,5 shall be replaced with name.
Similar questions