write the steps to create bullets lisr of following pen, pencil, eraser, dictionary, story book
Answers
Answered by
0
<html>
<head>
<title> Stationary Items </title>
<body>
<ul>
<li> Pen </li>
<li> Pencil </li>
<li> Eraser </li>
<li> Dictionary </li>
<li> Story Book </li>
</ul>
</body>
</html>
Hope you find it helpful.
Answered by
0
Answer:
<HTML>
<HEAD>
<TITLE>Bullets Lists</TITLE>
</HEAD>
<BODY>
<ul>
<li>Pen</li>
<li>Pencil</li>
<li>Eraser</li>
<li>Dictionary</li>
<li>Story Book</li>
</ul>
</BODY>
</HTML>
Hopes it helps you!!!!!!!!!!!!!!!
Similar questions