How to make tables using dreamweaver
Table is a useful feature to organize contents in a web page. Table can be dividing in to number of rows and columns to form cells. It is possible to insert any number of tables inside a table. View Tutorial
Table is a useful feature to organize contents in a web page. Table can be dividing in to number of rows and columns to form cells. It is possible to insert any number of tables inside a table. View Tutorial
A webpage without images will not look good. Pages with more images can attract large number readers than pages without images.
The element img will be used to insert an image in to a webpage. View Tutorial
Basically, there are two methods to list the links horizontally. One is by using the Float method and another is by display as inline method.
Here is a sample html code which would be used to show the navigation list items. View Tutorial
Creating a web page with CSS layout is always very useful which became very popular. It is the w3c standard for defining the layout of a (X)HTML document. View Tutorial
Style defines the appearance or presentation of a web page for example it can contains what font should be used for a particular paragraph in a page. View Tutorial