Computer Science, asked by 5118stkabirdio, 2 months ago

Write a HTML program to list 5 stationery items for the Stationery Shop. Give heading as the name of the stationery shop

Answers

Answered by jai696
3

\huge\red{\mid{\fbox{\tt{Using\: HTML5}}\mid}}

<!DOCTYPE html><html><body><h1>Chamanlal Stationery Store</h1><ul><li>Pencil</li><li>Eraser</li><li>Paper</li><li>Paperclips</li><li>Pen</li></ul></body></html>

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by michiuwu28
6

Answer:

<html>

 <head>

   <title>Stationary Shop</title>

   <style>

     body.a {

       font-family: Arial, Helvetica, sans-serif;

     }

   </style>

 </head>

 <body class="a">

   <center>

   <h2>Stationary Store</h2>

     </center>

   <hr/>

   <ul>

     <li>Note Books</li>

     <li>Pencils</li>

     <li>Glue</li>

     <li>Color Pencils</li>

     <li>Text Books</li>

   </ul>

 </body>

</html>

Hope this helps you. . ❤️

Attachments:
Similar questions