How to create database table with html language

By Joshua Mba - June 13, 2020

Hello guys what's up how are you doing today hope you are fine welcome to my blog once again please comment and share my article thank you 

 Today we gonna be looking on how to create a table with html language 

 What is html? Html means hyper text make up language 
 You can use hyper text make up language to design a website and also you can use it to do many things so let's see how we can use hyper text make up language to create a database table 
Let's get started!!!

 In doing this we have to introduce some tags so let see the tags 

 Table tag <table></table>

Table heading tag <th></th>

Table data <td></td>

 So let's make a database table.

<table>
   
     <tr>
    <th> Name </th>
     <th> Students </th>
      <th> Scores </th>
       </tr>

  <tr>
  <td> Joshua Mba </td>
  <td> Chiemerie Okeke </td>
   <td> Okoye Chiadi </td>
   </tr>
  
  </table>

Like this boom we have made our database table 
Thank you guys once again please comment and share my article thank you, cheers guys have a good moment

 😊😊😊
     

  • Share:

You Might Also Like

0 Comments