Computer Science, asked by shubhamsigchi123, 3 months ago

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 priyanshu0102
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.
priyanshu0102: and
priyanshu0102: ok?
Similar questions