It am for web pages.
Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL. The CSS specifications are maintained by the World Wide Web Consortium (W3C).
CSS has various levels and profiles. Each level of CSS builds upon the last, typically adding new features and are typically denoted as CSS1, CSS2, and CSS3. Profiles are typically a subset of one or more levels of CSS built for a particular device or user interface. Currently there are profiles for mobile devices, printers, and television sets. Profiles should not be confused with media types which were added in CSS2.
The use of CSS to position the content of a web page is sometimes referred to as CSS-P or CSS Positioning.
2007-03-26 13:25:35
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
In computing, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL. The CSS specifications are maintained by the World Wide Web Consortium (W3C).
CSS has various levels and profiles. Each level of CSS builds upon the last, typically adding new features and are typically denoted as CSS1, CSS2, and CSS3. Profiles are typically a subset of one or more levels of CSS built for a particular device or user interface. Currently there are profiles for mobile devices, printers, and television sets. Profiles should not be confused with media types which were added in CSS2.
2007-03-26 20:27:31
·
answer #2
·
answered by T.I. VS T.I.P. 2
·
0⤊
0⤋
Short for Cascading Style Sheets, a new feature being added to HTML that gives both Web site developers and users more control over how pages are displayed. With CSS, designers and users can create style sheets that define how different elements, such as headers and links, appear. These style sheets can then be applied to any Web page
2007-03-26 20:26:28
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
Cascading Style Sheets. They're a "shortcut" method that can give you a unified style throughout your entire website, especially if it's a big one. It can also simplify things if you're redesigning your website. Tweak your CSS a little bit and you'll have a new look. Check out this tutorial if you want to try it.
2007-03-26 20:31:45
·
answer #4
·
answered by tkron31 6
·
1⤊
0⤋
Stands for Cascading Style Sheets. One style sheet can be linked to many web pages. This sheet might for example specify the colors used on the page. The colors can then later be changed once in the style sheet instead of on every page.
They work well
2007-03-26 20:27:51
·
answer #5
·
answered by teef_au 6
·
0⤊
0⤋
Cascading Style Sheets - allow you to modify html pages much easier. So instead of going line by line making the same change ... you can group items and modify only one line of code instead of many. also make the html page more readable.
2007-03-26 20:29:33
·
answer #6
·
answered by demaman 3
·
0⤊
0⤋
It means Cascading Style Sheets.
you create the styles of your webpages in a cascade way (hieracly), for example:
body { width: 500px; ....}
// then what is under the body?
form { do the style here for the form part}
// then what is under the form?
table {do the style here for table}
// ETC.
it does not need to be indented like I did, I just did in that way to explain why its called "Cascading" Style Sheets.
2007-03-26 20:29:42
·
answer #7
·
answered by cfernandomaciel 2
·
0⤊
0⤋
cascading style sheets
http://www.w3schools.com/css/default.asp
the page you are looking at now would look a lot worse without css
2007-03-26 20:33:46
·
answer #8
·
answered by Anonymous
·
0⤊
1⤋
a computer language
2007-03-26 20:27:38
·
answer #9
·
answered by evan M 1
·
0⤊
0⤋
COUNTER STRIKE SOURCE!!!!!!!!!!!!!
teh 1337357 game eva
2007-03-26 20:27:06
·
answer #10
·
answered by kingajs 4
·
0⤊
0⤋