Tables can help you organise your information and help you make a website layout.
Tutorial Details:
HTML Tutorials
From that, I can tell you that the TABLE tag starts a new table, the TR tag starts a new row in a table and the TD tag starts a new cell in the table. When making tables, you must end each tag with respect to when it was started. For example, in the above piece of code, TR started a row, then TD started a cell. Once the information was put in place, the TD tag was ended before the TR tag was. It is a pretty simple concept, but it is important to how your tables work.
Below are some of the attributes that can be applied to tables. They can be applied to the TABLE tag, and most of them can also be applied to the TR and TD tags. Once you have read through this tutorial, have a play around with all the attributes to get yourself properly acquainted with the workings of these attributes.
ALIGN : Allows you to align a table, values include left, right and middle.
BACKGROUND : Allows you to set an image as the background of the table.
BGCOLOR : Defines the colour of the background in the table.
BORDER : Defines the width or visibility of a border on your table. A value of 0 shows no border, and values of 1, 2, 3 etc. give larger and larger borders.
CELLPADDING : Determines how far the content is spaced away from the inside border of the table.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: HTML Tables Making Tables Tutorial
View Tutorial: HTML Tables Making Tables Tutorial
Related
Tutorials:
Java Q&A - Java Still Open
Java Q&A - Java Still Open |
Reloading Applets
Reloading Applets |
Applet to Applet
Communication
Applet to Applet
Communication |
XML JavaBeans, Part 1 - JavaWorld February 1999
XML JavaBeans, Part 1 - JavaWorld February 1999 |
Code generation using Javadoc - JavaWorld August
2000
Code generation using Javadoc - JavaWorld August
2000 |
Access the world's biggest database with Web DataBase Connectivity -
JavaWorld March 2001
Access the world's biggest database with Web DataBase Connectivity -
JavaWorld March 2001 |
Accelerate EJB 2.0
development with EJBGen
Accelerate EJB 2.0
development with EJBGen |
Java Tip 143: Utilize
the Database Schema
Browser
Java Tip 143: Utilize
the Database Schema
Browser |
SQL Database Access with DBTags
SQL Database Access with DBTags
In a J2SE or J2EE application, Java Database Connectivity (JDBC) can be used to create a connection with a SQL database, create database tables, retrieve result sets, and update the database. To use a database from a Jav |
Slimdog
Slimdog
SlimDog offers a simple script based webapplication testing tool. It is based on httpunit. The tool offers a wide range of commands to work with forms, check the content of tables and navigation between HTML pages. |
Servlets and JavaServer Pages (JSP) : A Tutorial
An excellent tutorial on JSP and Servlets. |
Servlet Essentials
This document explains the concepts of Java Servlets and provides a step-by-step tutorial for writing HTTP Servlets with complete source code for the example Servlets. The tutorial and the other chapters cover all facets of Servlet programming from a ... |
JSP Tutorial
Adding dynamic content via expressionsAs we saw in the previous section, any HTML file can be turned into a JSP file by changing its extension to .jsp. Of course, what makes JSP useful is the ability to embed Java. Put the following text in a file wit |
Tutorial for Developing your first JSPs tags
We have seen how servlets and JSPs can be used to build a web application. These technologies go some distance toward making web development easier, but do not yet facilitate the separation of Java from HTML in a reusable way. Custom tags make this possib |
Backing Up and Restoring A MySQL Database
Backing Up and Restoring A MySQL Database
Backing Up and Restoring A MySQL Database
This tutorial explains the how to backup and restore the MySQL Database. Databases are used to store large amount of precious data and it becomes very important to |
Welcome to the Apache Struts Tutorial
This is the complete Struts Tutorial. Explains ActionForm Action Class Validation Framework. |
Understanding Network Class Loaders Class loaders
One of the cornerstones of Java dynamics, determine when and how classes can be added to a running Java environment. |
Manage Database Metadata with POI and Excel
Set up quick and easy database metadata housekeeping with the Java Apache POI libraries and Microsoft Excel. |
Using MYSQL Database with JSP & Servlets.
Using MYSQL Database with JSP & Servlets.
Using MYSQL Database with JSP & Servlets.
MY SQL is a powerful RDBMS, which can handle large amount of data. And more interestingly it is free to use, except for some commercial use. you can download it |
DB Solo - Database development and management tool
DB Solo is a powerful database development and management tool for developers
and DBAs. DB Solo has an intuitive user interface that allows you to explore
and manage your database objects as well as execute your own ad-hoc queries.
|
|
|
|