HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

Which HTML tags will we use to display data in tabular form​​​​​​​

Which HTML tags will we use to display data in tabular form?

 

We can display data in tabular form by using a table tag. However, it is used with the following more HTML tags:-

<table>

For defining a table.

<caption>

For mentioning caption to table.

<tr>

For defining row in table.

<td>

For defining cell in table.

<th>

For defining header cell in table.

<tbody>

For grouping body content in table.

<col>

For specifying column properties for each column of table.

Code Explanation

All Tutorials related to FAQs

All Sections related to HTML