Computer Science, asked by shaw75060, 1 day ago

write the steps to create bullets lisr of following pen, pencil, eraser, dictionary, story book​

Answers

Answered by salujaprachi08
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 Micallen99
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