Webdesign

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

how-to-make-tables-using-dreamweaver

How to add images to a webpage

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

how-to-add-images-to-a-webpage

Horizontal Navigation using list property

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

horizontal-navigation-using-list-property

Make a simple table less website using CSS Layout

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

make-a-simple-table-less-website-using-css-layout

How to make a CSS style sheet

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

how-to-make-a-css-style-sheet