answersLogoWhite

0

<table> (in the table tag you can also put 'border=#' so that you can see lines on the table.)

<tr> (for a row)

<td> (for a column in the row) TEXT </td>

<td> TEXT </td>

<td> TEXT </td>

</tr> (you've got to close these tags)

</table>

Of course you can add more columns or rows. There is much more to tables but here's the basics.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you create homepage or web page from event in table format using HTML?

Homepage can be created using HTML or various other languages. &lt;table&gt; can be used to create tabular format in HTML.


Can you able to create table using css?

You can style a table in CSS, HTML is what you would use to create it though.


Program for create a student detail in a table using HTML?

Oracle is a great program for creating a student detail in a table using HTML. One can even use a word processing platform too.


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.


How do you create our own page by using HTML page structure?

You can create your HTML page easily by using tags. Tags are the elements by writing them, you can create your views.


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.


What type of pages are created with the help of HTML?

You can create any type of pages using HTML because html is a language used to create web pages for display in browser. And you can also create a static page by using HTML.


How do you create a table in dreamweaver?

using the mysql command "create table table_name" we can create a table in dreamweaver.


Using only Html you can create?

Web pages.


How do you print an HTML table using PHP?

It is really simple to print an HTML table in PHP, all you have to do is the following: &lt;?php print "&lt;table&gt;"; print "&lt;tr&gt;"; print "&lt;td&gt;hello&lt;/td&gt;"; print "&lt;/tr&gt;"; print "&lt;/table&gt;"; ?&gt;


Create space between text and cell borders in a table?

If you are using HTML, use the Cellpadding attribute in TD tag of the cells you want or in the Table Tag if you want to apply it to the full table. You can use style sheets to do it too, or if you are using something like Dreamweaver, there are options in the settings to adjust the cellpadding.


How to create thumbnail images using HTML and css?

Thumbnail images can be made using HTML and CSS. HTML will import the image and CSS would give the thumbnail style.