Computer Science, asked by harshita6138, 11 months ago

write the html code to generate the following output

Attachments:

Answers

Answered by Brainlyshchay
15

<html>

<head>

 <style>

   div {

     width: 800px;

     padding: 2px;

     border: 2px solid gray;

     margin: 0;

   }

 </style>

</head>

<body>

 <div>

   <center>

     <h1>Khao Piyo Restaurant</h1>

   </center>

   <h5>Collect formation for

     <ul>

       <li>Menus</li>

       <li>Reservations</li>

       <li>Catering</li>

       <li>Tours</li>

       <img src="chilli.png" alt='chilli-holding-a-dish' align='right' height='500px'>

       </br>

       </br>

       </br>

       </br>

       <center>

         Menus Available are

         <table>

           <tr>

             <td>1</td>

             <td>INDIAN</td>

           </tr>

           <tr>

             <td>2</td>

             <td>ITALIAN</td>

           </tr>

           <tr>

             <td>3</td>

             <td>CONTINENTAL</td>

           </tr>

           <tr>

             <td>4</td>

             <td>THAI</td>

           </tr>

         </table>

</body>

<footer>

 <center>For further enquiries and reservations <a href="contact.html">Contact us</a></center>

 </div>

</footer>

Attachments:
Similar questions