How to make a table in Html
Sometimes, there’s a need to put data into tables so it can be demonstrated easily to your web visitors. If you want to put tables with figures or images on your website, here are the simple steps that can help you:
1. Inside the <body> </body> tags of the html page, add the <table> </table> tags.
The <table> tag indicates the start of the table you’re creating and the </table> tag ends it.
2. Set the border of your table, if you want one. In the example below, the border size is 1. You can increase the size of the border as desired.
<table border=”1″>
3. The first row of the table is determined by the <tr> tag. The number of your <tr> tags determines the number of rows you have in the table. This tag should be closed by the </tr> code.
4. Under each <tr> tag, you can now define the content or the data to be shown using the <td> tag. This now determines the columns or cells in your table. Close it accordingly with the corresponding </td> tag.
5. Make as many rows and columns you wish, and end your table with the </table> tag.
Here’s an example:
<table border=”1″><tr><td>Row 1 Column 1</td><td>Row 1 Column 2</td></tr><tr><td>Row 2 Column 1</td><td>Row 2 Column 2</td></tr></table>
So when you put this code into a html editor or your index source, it will look like this:
Row 1 Column 1Row 1 Column 2Row 2 Column 1Row 2 Column 2And that is how you create a table in html.
How to create a Facebook Group
How to add chat to your website
How to Use the Include File Syntax in ASP, HTML, and PHP
How to Install a Free Guestbook on your Site
How to create a free forum website
How to Add a Free Counter to Your Site
Internal 500 Error
Header Tags
What is a FavIcon
Horizontal Dividers
How to remove copyrighted links
What is iFrame
How to setup an email on your domain
Accept Donations with PayPal
How to add a plug-in to WordPress
How to make a theme for Xoops
How to Install Xoops
How to make a Joomla theme
How to Make a WordPress Theme
How to add a shout box to your website
How to Burn Feeds using FeedBurner
How to install Mambo
How to Justify Texts on your Website
How to create a contact me form
How to make a table in Html
The Div tag
Disabling Right Clicks on your Website
How to Add Background Music to a Web Page
How to Install Joomla in 5 Easy Steps
How to Install WordPress on Your Website
How to Use the HTML Font Tags
SMF Forum
How to add a image to a link
How to add your website to Google
How improve your pagerank
The Redirection Code
Hex Color Chart
Scrolling text
The Font Tag
Special Html Characters
What is a URL
Hyperlink Code
How to Center a text
The "Underline" Html Tag
Bold Html Tag
Line Break
New Paragraph Html tag
How Does FTP Work?
How to add Youtube videos to Myspace
How to add Youtube videos to your web page
What NOT to do when making a website