Results 1 to 15 of 42
Thread: What Is CSS ??
-
12-04-2010, 08:05 AM #1
Freshman
- Join Date
- Dec 2010
- Location
- Germany
- Posts
- 16
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
What Is CSS ??
Hi
Guy;s
what IS CSS ?????
waiting your reply
Thanks
-
The Following User Says Thank You to Mc anderson For This Useful Post:
SSL Matrix (11-14-2011)
-
12-07-2010, 05:50 AM #2
CSS decides how HTML elements are rendered by browsers, what colors and sizes to display etc etc
-
12-17-2010, 01:24 AM #3
Sophomore
- Join Date
- Nov 2010
- Location
- new delhi(India)
- Posts
- 62
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
css is acronym of cascading style sheet it is basically used that how will look our HTML document on browser and in css lots of properties and attribute is used.
css is very important part of web designing like every part of our body is important like css is for web designing.
-
12-17-2010, 01:41 AM #4
Freshman
- Join Date
- Dec 2010
- Posts
- 31
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
-
01-04-2011, 06:42 AM #5
Thanks for the sharing with me.......
-
01-05-2011, 03:43 AM #6
Freshman
- Join Date
- Dec 2010
- Location
- Australia
- Posts
- 11
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
css is acronym of cascading style sheet is basically used to style html pages with colors and images
-
01-05-2011, 04:29 AM #7
CSS is an abbreviation for Cascading Style Sheets. Style sheets are simply text files (.css ), composed of lines of code that tell browsers how to display an HTML page. They give the designer more control over the appearance of a webpage by allowing to specifically define styles for elements, such as fonts, on the page. By using CSS one could separate HTML content from its appearance, distinguishing style from structure.
-
01-05-2011, 04:46 AM #8
Cascading Stype Sheets or CSS was invented in 1997 but it is being used widely by web developers and different browerrs. It provides a control on a presentation layer in web document and you can keep the content entirely separate from styling. You may store 10,000 page web site's presentation styles in a single sheet.
-
01-05-2011, 07:00 AM #9
Junior
- Join Date
- Aug 2008
- Location
- USA
- Posts
- 160
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
Cascading Style Sheets (CSS), a technique of adding style to a webpage in form of fonts, colors, borders, textbox, spacing, etc. by writing a simple script. CSS is written in html or any other similar language. You can apply same CSS to different webpages and you just need to make some minor changes in the webpage as per its requirements. If you know HTML and PHP, then it will be easier to understand CSS.
-
02-16-2011, 06:05 AM #10
Senior
- Join Date
- Feb 2011
- Posts
- 890
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Css
CSS stands for Cascading Style Sheets. And Styles define how to display HTML elements.I think CSS Saves a Lot of Work!
-
02-21-2011, 01:06 AM #11
Freshman
- Join Date
- Dec 2010
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
- CSS stands for Cascading Style Sheets
- Styles define how to display HTML elements
- Styles were added to HTML 4.0 to solve a problem
- External Style Sheets can save a lot of work
- External Style Sheets are stored in CSS files
-
02-21-2011, 04:43 AM #12
Banned
- Join Date
- Jun 2010
- Location
- USA
- Posts
- 194
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
-
03-16-2011, 05:16 PM #13
Freshman
- Join Date
- Mar 2011
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
CSS stand for Cascading Style Sheets. It is a style sheet language used to describe the presentation semantics of a document written in a markup language. A style sheet consists of a list of rules. Each rule or rule-set consists of one or more selectors and a acknowledgment block.
-
03-22-2011, 09:32 AM #14
Sophomore
- Join Date
- Mar 2011
- Posts
- 90
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
CSS is a system of rules that directly effect the display properties of your web pages such as colors, fonts and layouts. CSS style blocks are also commonly referred to as rules. These rules can be embedded into an individual HTML page or placed in an external file that will control many individual pages on your website. Thus changing a property in one place in the linked style sheet will immediately make that change on every web page that is linked to it.
█ A home to Virtual Machines! █ Onshore/Offshore Managed VPS █ Managed HardCore Ultimate VPS Offshore/Onshore
-
04-25-2011, 05:30 PM #15
Freshman
- Join Date
- Apr 2011
- Posts
- 6
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
CSS stands for Cascading Style Sheet. It is a language that defines how a page or document will look, including the accomplishments and colors used. It is combined with HTML is compatible with all Internet web browsers.


Reply With Quote

