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
1
Answer
<html>
<head> <title> Some Cricketers </title> </head>
<body bgcolor = yellow>
<H1> Some Cricketers </H1> <HR> <BR>
<UL type = circle>
<LI> Virat Kohli </LI>
<LI> MS Dhoni </LI>
<LI> Jasprit Bumrah </LI>
<LI> Ajinkya Rahane </LI>
<LI> Chris Gayle </LI> </UL>
<body> </html>
pls mark me as the brainliest
Similar questions