|
Friday, 13 March 2009 18:08 |
|
First step to design a website is to sketch its layout. It is good practice to finalize the layout for website before further working. You can make few alterations at later stages but the basic structure should remain same. So it is very important that you must decide the basic structure before going into detail designs. You can use one of two popular techniques 1- Table Based Layout Table Based layout is being used for a very long time. It uses HTML table to incorporate content. 2- CSS based layout CSS layout has gained great popularity these days. CSS provides really powerful mechanism to control layout of page. If you have decided to use CSS layout for your website, you must determine few things like how many columns will be there. Will the layout be Fixed layout or Liquid layout or Elastic? And also think will this layout be Float Layout or Positioning Layout?
|
|
Last Updated on Tuesday, 07 July 2009 17:57 |
|
Read more...
|
|
|
Thursday, 18 September 2008 04:15 |
|
In web programming beauty in design has become an essential requirement. Technically you may have built a great site but it if does not look good, you do not get deserved appreciation and reward. so in addition to learning great web programming tricks you should also spend some time to create beautiful designs. You must have seen fancy looking menus in websites. These menu can be designed and programmed in JavaScript, DHTML and HTML. |
|
Last Updated on Wednesday, 17 June 2009 08:01 |
|
Read more...
|
|
Tuesday, 01 July 2008 06:29 |
|
Classes are power mechanism available in CSS to control the layout and formatting of the page. Class allows us to combine elements into group. CSS rules are applied to a class. All the elements grouped in that class are effect by applied rules.
|
|
Last Updated on Tuesday, 01 July 2008 06:38 |
|
Read more...
|
|
|
Saturday, 28 June 2008 11:02 |
|
CSS allow us to redefine properties of HTML elements. By redefining properties we can create attractive look and feel for web pages. More importantly its usage is simple and straight forward. For example consider following rule. P { color: #F00 ; } In above rule āPā is a basic CSS selector which can be used to change any property of Paragraph. |
|
Last Updated on Wednesday, 17 June 2009 08:12 |
|
Read more...
|
|
Monday, 23 June 2008 08:34 |
|
CSS applies styles to individual HTML elements. We can apply CSS to HTML elements in following four ways - Inline Style
- Embedded Style
- External Style
- Importing Style
|
|
Last Updated on Thursday, 18 September 2008 09:20 |
|
Read more...
|
|
|
|
|
|
|
Page 1 of 2 |