answersLogoWhite

0

How do you add colums to HTML?

Updated: 8/10/2023
User Avatar

Wiki User

6y ago

Best Answer

You create a table row using the TR tag...

<table>

<!-- ROW 1 -->

<tr>

<th>X</th>

<th>Y</th>

</tr>

<!--ROW 2-->

<tr>

<td>Tom</td>

<td>Sue</td>

</tr>

</table>

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

<tr></tr>

The <tr> tag is used to create a table row. Inside the row, you use <td></td> tags to create cells into which data is entered.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Tables in HTML are always built on a row by row basis, specify each cell on the row as you do so. So the corresponding cells on each row will create the columns as you progress.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you add colums to HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you add images and graphic formatting to HTML files?

You can add images and graphics to HTML file by adding them in your project. Giving their path makes them into your HTML.


How can you add audio to HTML?

HTML does not add files. That is the use of SQL.


How do you add calendar in HTML?

site for HTML calendarvisit javascriptkit.com for calendars..


How do you embed HTML codes in a blog?

To add HTML code to your Blog:> Click on Customize/Layout> Click on Add a Gadget> Under Basic menu, click + button beside Add HTML/JavascriptThe feature opens up a new window where you can paste your HTML code.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


How do you type in colums?

columns


What are the names of the colums of the Parthenon?

big


how to add a link on answers?

To add a link on an answer, you can use the HTML anchor tag.


How do you add HTML code into a webpage?

HTML codes could be easily added to a webpage for the functionality. Dynamic web pages can made with HTML only.


Displays information in rows and colums?

A graph


How do you add a Picture in a Website?

Very simply add in this to your HTML document: (border="0 is optional)


How does you call javascript file in css?

In your HTML add in the tags