Computer Science, asked by ujatapatil2008, 7 months ago

Do as directed.
Write the HTML code to create the given table.

Global Food Cuisines
1.thai
2.chinese
3.italian​

Answers

Answered by anandgeetha2302
1

Answer:

<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>

pls mark as brainliest

Similar questions