what does CSS mean??

2008-06-16 9:35 pm
hey people well im at this website called Nonoba
and i see that lots of my friends have backgrounds to thier profile so they said that i should go to my settings and look at the "Stylesheet" and here is what it says...
"You can style your Nonoba profile with a stylesheet (CSS). "
so i dont know what does "css"mean can some one help me???
更新1:

o and how can i get a css??

回答 (7)

2008-06-20 8:58 pm
✔ 最佳答案
Think of CSS as a file that tells the web browser how your website is to be displayed (layout, colors, font style).

Usually, in your HTML file, you will find tags like <body>, <p>, <a href...>. These tags tell the browser what they are. For example, the <body> tag lets your browser know anything within the <body> and </body> tag is the content it needs to display.

The CSS file lets you define the appearance of the content displayed.

Thus, if you want to add a background to your website, you can add it in the CSS file. I am assuming your background is a solid color now? If yes, you may see something like this in the CSS file:

body {color: #FFFFFF; ....}

All you need to do is add the background image file to the "Body" {}'s.

body {color: #FFFFFF url(location/filename.jpg); ....}

For more information on CSS, check out http://www.w3schools.com/css/default.asp and http://www.cssbasics.com/
2016-03-07 8:59 pm
how do I enable css
2008-06-16 9:46 pm
Cascading Style Sheets, referring to the fact that Styles (and "sheets" or web pages that describe styles) may "cascade" or "take precedence" depending on their closeness to the person viewing the page. There's the system defaults. These are overridden by the browser defaults. These are overridden by the defaults of the person who wrote the web page. These are overridden by the person who's viewing the web page. In between all these are little overrides on specific parts of each page, like on, specific divisions, paragraphs, parts of paragraphs, and like that. It all "cascades" down, like waterfalls, until you see what you see.
2008-06-16 9:42 pm
CSS = Cascading Style Sheets

The CSS code can be embeded inside the HTML file between '<style>' tags or can be in a seperate file with a '.css' extension.

CSS is what controls the fonts, colors and layout of the page on most modern websites.
2008-06-16 9:42 pm
Cascading Style Sheets. Language used to describe how an HTML document should be formatted.
2008-06-16 9:40 pm
cascading style sheets

it's a way of ctonrolling how your content is displayed on a webpage.
2008-06-16 9:40 pm
Cascading Style Sheets


收錄日期: 2021-05-03 14:02:39
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20080616133535AAm6hgz

檢視 Wayback Machine 備份