table in html

<!DOCTYPE html>
<html>
<style>
table, th, td {
  border:1px solid black;
}
</style>
<body>

<h2>A basic HTML table</h2>

<table style="width:100%">
  <tr>
    <th>Company</th>
    <th>Contact</th>
    <th>Country</th>
  </tr>

  <tr>
    <td>hp</td>
    <td>shivu</td>
    <td>Germany</td>
  </tr>

  <tr>
    <td>pigeon </td>
    <td>somya</td>
    <td>indian</td>
  </tr>
</table>

<p>To understand the example better, we have added borders to the table.</p>

</body>
</html>




Comments

Popular posts from this blog

what is virus on the internet || cyber law subject || Tyit Mumbai University|| 6 sem

Explain different phases in development of business intelligence system.