Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How to create a table in html?

user-image
Question ajoutée par imran imran , Network Support Engineer , Trimax IT Infrastructure & services Ltd.
Date de publication: 2013/09/19
Saeed Alahmari
par 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
par 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

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?