Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How to create a table in html?

user-image
Question added by imran imran , Network Support Engineer , Trimax IT Infrastructure & services Ltd.
Date Posted: 2013/09/19
Saeed Alahmari
by Saeed Alahmari , مدير علاقات التواصل الاجتماعي , المراعي

Three tags you shoul know that creats table in HML

 

<table></table>

This is the main tag for the table

 

<tr></tr>

Creats rows, as you see (TR) stands for Table Row

 

<td></td>

Creats the cells in which we fill them with Data, as you see (TD) stand for Table Data

 

<table>

      <tr>

               <td>  DATA  </td>

      </tr>

</table>

 

This will create one table and one cell in it the word DATA

Muhammad Majid Saleem
by Muhammad Majid Saleem , Senior PHP Developer / Project Manager , SwaamTech

You should try w3school website to learn html. Here is table creation tutorial in html: http://w3schools.com/html/html_tables.asp

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.