This is a discussion on CSS Learning within the Html forums, part of the Programming Talk category; Iam newbie to CSS?how to start learning css in easy ways?...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
learning CSS
hello sreinivas
Here are complete CSS Training Tutorials. http://www.exforsys.com/content/category/17/278/365/ |
|
|||
|
CSS stands for Cascading Style Sheet
It is very easy - you can learn it within a day CSS can be defined within HTML file or as an external file They save lot of work. Imagine you want your website you to have a uniform look A header, A Body, A footer A Body may have Headings, Titles, Tables, Body Text Now All you need to do is write a .CSS file which holds attributes for each and every entity you choose to define. Say for example: h1 { font-family: verdana; } The above CSS statment specifies that Verdana Font will be applied for all Heading1 Simple as that, you can create advance styles and multiple classes < link rel="stylesheet" type="text/css" href="somestylesheet.css" / > The above line specifies that styles to be picked from somestylesheet.css Get more from here http://www.exforsys.com/content/category/17/278/365/ There are 15 tutorials You can learn fast. |
|
|||
|
srinivas try learning CSS3 which has more features on Cascading style sheets. You have very good articles to learn about CSS3 in detail placed in
http://www.exforsys.com/tutorials/css3.html The above link explains CSS3 in a detailed manner. Try out and let us know. |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Learning Coldfusion | klorpet | Coldfusion | 1 | 11-06-2006 01:38 PM |
| Iam learning peoplesoft,can any one help me out | shravya | People Soft | 1 | 09-30-2006 04:32 AM |
| HTML Learning Series | madhu | Web 2.0 | 3 | 04-29-2006 03:34 AM |
| what VB program for learning? | Kensi | Visual Basic Tutorials | 8 | 04-28-2006 11:19 PM |
| Technology Learning Series | sanereddy | Career Advice | 0 | 10-16-2004 06:41 PM |