-
What all can I do with CSS
What all can I do with CSS? I have a CSS file in my file system, but it only contains 8 lines. What else can I do with CSS files other than color links and indent paragraphs?
-
CSS is like a TV remote - if you use is wisely you can develop a better & more graphical template system that can pop up other people';s eyes.
CSS is the basic styling of a HTML,PHP,ASP or ASP.net page.
For more information search for "what i can do with CSS" in google
-
So I have it set up to control the background color, font style and color, and link style. And I just asked here to see if I could get a more direct answer. Googling it only brings up information I already know.
-
CSS makes editing themes of pages easier.... For making changes in all of your pages, you need to edit only one file....
You could set the attributes of HTML tags using CSS. So, it could reduce time for coding pages and also the size of pages. With CSS, you could implement good looking navigation menus too.
Another important point is that unlike javascript and flash, almost all browsers support CSS. So, there is no need to worry much about how visitors see your site as they look almost same from all browsers....
-
The nice thing about CSS is you can exactly define positions where you want to locate your text, logo or what ever. You just give the pixel coordinates and you get exactly what you want. No more bothering with reduced table layouts, or table that look different in any browser.
A nice tutorial about CSS can be found at CSS Tutorial.
Regrades Snoop1990
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules