Learn HTML Language

Used for creating webpages that contains texts, graphics, multimedia etc. Learn various tags, attributes that help you in web-development.

HTML Introduction
Tags Reference

HTML Tables

A table in HTML consists of table cells inside rows and columns.

HTML tables allow web developers to arrange data into rows and columns.

Attributes of table tag :

Border - Specifies the border of the table

Width - Specifies width of the table

Height - Specifies height of the table

bgcolor - Specifies the background color of the table

background - Specifies the background image of the table

Cellpadding - Specifies the space between the border of a table cell and its contents (i.e) it defines the whitespace between the cell edge and the content of the cell.

Cellspacing - Specifies the space between cells (i.e) it defines the whitespace between the edges of the adjacent cells.

Caption - Defines the table caption

For example :

Basis DBMS Approach File System Approach
Meaning DBMS is a collection of data. In DBMS, the user is not required to write the procedures. The file system is a collection of data. In this system, the user has to write the procedures for managing the database.
Sharing of data Due to the centralized approach, data sharing is easy. Data is distributed in many files, and it may be of different formats, so it isn't easy to share data.
Data Abstraction DBMS gives an abstract view of data that hides the details. The file system provides the detail of the data representation and storage of data.
Security and Protection DBMS provides a good protection mechanism. It isn't easy to protect a file under the file system.

Share this page on :