+ 1
Is it under body?
I tried to make a table under body, but it didnt work
3 Antworten
+ 1
<html>
<head>
  <title> Example </title>
</head>
<body>
  <p> This is an Example </p>
  <table border="3">
    <tr>
      <td>Food</td>
      <td>Fashion</td>
      <td>Fitness</Fitness>
    </tr>
    <tr>
      <td></td>
      <td></td>
      <td colspan="3"> <br /> </td>
</body>
</html>
I Hope this Might Help you..
Run this code then too if you have any doubt then ask



