Results 1 to 15 of 47
Thread: What is CSS?
-
08-25-2008, 09:57 PM #1
What is CSS?
What is this exactly?
A.Khalid
-
08-25-2008, 10:20 PM #2
- Join Date
- Apr 2008
- Location
- Boston, USA
- Posts
- 13,175
- Thanks
- 744
- Thanked 699 Times in 550 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
It means Cascading Style Sheet. http://www.w3schools.com/css/css_intro.asp
Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK
-
08-26-2008, 02:05 AM #3
- Join Date
- Apr 2008
- Location
- India
- Posts
- 8,263
- Thanks
- 155
- Thanked 447 Times in 390 Posts
- Blog Entries
- 1
- Feedback Score
- 0
And it's really useful in web designing and SEO too.
IPL Team Players | IPL Latest News | My Favorite- Virender Sehwag, Irfan Pathan, Kevin Pietersen | --> Advertising Agency India <--
-
08-27-2008, 06:59 AM #4
Freshman
- Join Date
- Aug 2008
- Posts
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
with CSS you could easy manage you site , from plain html site you could do very beautiful one , for example you can easy manage main web page parameters --
body { background-color:gray;
font-family: Verdana;
font-size:14;
}
or for links --
a { color:white;
text-decoration: overline;
}
-
11-04-2008, 04:36 AM #5
CSS means Cascading Style sheets. It allows to managing web page properties
-
11-06-2008, 12:07 PM #6
it stands for Cascade Style Sheet and that's all i know about it :0
-
01-22-2010, 12:10 AM #7
Junior
- Join Date
- Sep 2009
- Posts
- 187
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
CSS means Cascading Style Sheets. It is the most common application to style or customize your web pages.
-
02-09-2010, 03:22 AM #8
Banned
- Join Date
- Jun 2009
- Posts
- 66
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
It means casecading style sheet, it is used for making stylish our work.
-
04-13-2010, 08:44 AM #9
Freshman
- Join Date
- Apr 2010
- Posts
- 10
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Style sheets are a very powerful tool for the Web site developer. They give you the chance to be completely consistent with the look and feel of your pages, while giving you much more control over the layout and design than straight HTML ever did.
-
05-10-2010, 07:41 AM #10
Freshman
- Join Date
- Apr 2010
- Posts
- 20
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
What is CSS..?
CSS (cascading style sheets) is a style sheet language that is used to define the presentation of a document written in a markup language such as HTML and XHTML, but the language can be applied to any kind of XML document. For example, it can be used to define the colors, fonts and layout of a web page. A cascading style sheet has a file extension of ".css".
The CSS specifications are maintained by the World Wide Consortium (W3C).
-
05-10-2010, 11:16 AM #11
Freshman
- Join Date
- Apr 2010
- Posts
- 10
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
It's used in creating sites, basically it sets some color, background, etc. for the whole site (or its major part) - it's much easier to use css than setting those parameters in html all over again.
-
05-10-2010, 02:09 PM #12
Freshman
- Join Date
- May 2010
- Posts
- 6
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
I am sory
-
05-24-2010, 06:53 AM #13
Freshman
- Join Date
- May 2010
- Posts
- 20
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
-
06-14-2010, 07:25 AM #14
Freshman
- Join Date
- Jun 2010
- Posts
- 11
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
CSS means Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (that is, the look and formatting) of a document written in a markup language.
-
06-14-2010, 11:40 PM #15



Reply With Quote





