Contact Us

|

FriendFeed FriendFeed

|

follow us on twitter Twitter

|

 Rss Feed

|

Favorites Add to Favorites

Thursday, November 30, 2006

Font Properties

These are commonly used font properties for developing website.

* Font Family
* Font Style
* Font Weight
* Font Size
* Line height
* Color
Read more...

Wednesday, November 29, 2006

What are the properties of a table?

PROPERTIES OF A TABLE:

The general properties used in a table are as follows:

Width
Height
Border
Cellspacing
Cellpadding
Read more...

Tuesday, November 28, 2006

What is a table?

A table is divided into rows and each row is divided into data cells . The td stands for table data, which is the content of a data cell. Data cell can be consits of text, images etc.

TR:
The TR tag is defined as table row.

TD:
The TD tag is defined as table data or table description.

Table Structure:

The table structure consists of:

<table>
<tr>
<td></td>
</tr>
</table>
Read more...

Monday, November 27, 2006

What is CSS?

Style sheets is a very powerful tool for the Web site developer. CSS consistent the look and feel of your pages, giving you much control over the layout and design than straight HTML. Cascading means multiple style sheets can be applied to the same Web page, Styles define how to display HTML elements. The CSS is used for efficient and time saving against HTML coding. It also used for flexibility. The .css file is used to present the text in a formatted one, as pictured in .psd files. This .css file can be called into the .html as class or style format.
Read more...

What is HTML?

HTML stands for Hyper Text Markup Language. An HTML file is a text file containing markup tags. This markup tag tells the web browser how to display the page. HTML file can be saved as htm or html file extension. An HTML file can be created using simple text editor such as Notepad. The Purpose of using HTML is used to reduce file size and for easy downloads.
Read more...