answersLogoWhite

0

There are several tags used to create HTML tables. The minimum requirement are the <table> (start of the table), <tr> (row tag), and <td> (cell tag) tags. You use <table> and the beginning and </table> at the end of your entire table. You use the <tr><td>content</td><td>content</td></tr> tags to identify the rows and cells within the rows.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Where can one find a free tutorial on html tables?

There are numerous websites where you can find free information on HTML, HTML tables and HTML programming. Some examples are Tizag, HTML Code Tutorial, Quackit, HTML Tables, and HTML Goodies. That should be more than enough to get you started.


Where can one find a tutorial on creating tables in HTML?

You can find a tutorial on how to create HTML tables online at websites such as HTML Goodies and W3Schools. You can also find a variety of YouTube videos to walk you through the process as well.


How do you make an HTML email?

Many programs have the option to compose and/or send email as "text" or "html". When composing an email in HTML, it is important to remember that software and browser based email programs will display the message very differently so it is best to keep the HTML very, very simple (tables) and any styles you use should be inline (CSS).


What does a CSS table have to do with HTML?

HTML is a markup language used when one wants to create a website. Cascading style sheets or CSS is a style sheet language that one can use with HTML to create different kind of tables and pictures to the web page. Using CSS is easier than using HTML when creating tables for a website. It also makes updating the page easier.


How do you create and use an HTML table?

HTML tables are created by the &lt;table&gt; command. Inside the table we can use tags like &lt;li&gt;, &lt;ul&gt;,&lt;ol&gt; etc.


Is html table has no standard size such as width and height?

There is no standard size for HTML tables. They take their size by the amount of content in the table or by the the designer specifying a size.


Are there websites that offer free html templates?

Yes. There are several websites, well over sixty, on the web where you can download free html templates from. One such is Greefies. It uses absolutely no tables or css and is HTML only.


What tags can you use to define page layout?

HTML Layouts - Using ElementsHTML Layouts - Using Tables


How do you do a heart in HTML?

To make a heart in HTML, type &amp;hearts;


What are HTML controls?

HTML can make links buttons and websites


What is better HTML or text?

Of course, it's HTML! HTML can do anythink that text can do plus more! Can text make a radio buttin? Can text make a drop-down menu? No, and again no! HTML Text


What might be a practical application or reason for merging cells in HTML?

To have a wider cell across the top of a table to act as a heading is one good way of using merging. It can span across several columns in a table. Cells can also be merged across rows, again to provide headings. Another reason is to make unusually structured tables or to create designs. Tables in HTML can be used to make flags, by colouring in cells. Depending on the style of the flag, merging cells can help to build them more efficiently and accurately.