Exforsys

Online Training

CSS Learning

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?...


Go Back   Exforsys > Programming Talk > Html

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-07-2006, 10:19 PM
Junior Member
 
Join Date: Feb 2006
Posts: 14
srinivas babu is on a distinguished road
CSS Learning

Iam newbie to CSS?how to start learning css in easy ways?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-08-2006, 04:30 AM
Junior Member
 
Join Date: Jul 2006
Posts: 20
chowsys is on a distinguished road
learning CSS

hello sreinivas

Here are complete CSS Training Tutorials.


http://www.exforsys.com/content/category/17/278/365/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-08-2006, 05:06 AM
Senior Member
 
Join Date: Apr 2005
Posts: 716
lokeshm is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-09-2007, 06:44 AM
Senior Member
 
Join Date: Apr 2006
Posts: 139
Ralph is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new questions
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

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


All times are GMT -4. The time now is 05:50 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.