answersLogoWhite

0

How do you create a table using HTML?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

<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

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a table using HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


How do you create a table in dreamweaver?

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


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.


Using only Html you can create?

Web pages.


Can you create a database with only a form?

Yes , you can create a database using a form . But you have to do two things First make a form in html or jsp whatever you like. Then Connect the form to database using java database connectivity.Yes, we can create database with a form. First create a form using html or jsp then we can connect it to database using JDBC.


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.


What does it mean to have experience using HTML?

HTML is HyperText Markup Language. It is a language used to create web pages. If you have used it a lot and know how to use it properly you can create very good web pages. You would then have experience using HTML.