HTML <column> tag
Html <column> : Definition
• HTML table tag is used to display data in tabular form (row * column).
• The HTML table model allows authors to arrange data - text, preformatted text, images, links, form, form fields, other tables, etc. -- into rows and columns of cells.
The HTML tables are created using the <table> tag in which the <tr> tag is used to create table row and <td> tag is used to create data cells. The elements under <td> are regular and left aligned by default.
Example :
Output:
Column 1
Some text..
Column 2
Some text..