How CSS Can Improve a Web Site
66
When it comes to web designing, CSS has taken over as the primary way to create a style that corresponds to all given pages in a web site structure. CSS stands for cascading style sheet. Basically, it a markup language document that applies particular functions for a given web site. If you want a certain color scheme, layout or general design, a CSS document can do all of that and more so you do not have to code each page to display the way you want it to look.
If you are an average web designer, basically using HTML by hand or a program like WYSIWYG program, you may already be familiar with CSS. Most WYSIWYG programs nowadays let you use templates that incorporate CSS into the design, and all the hard work is taken off your hands. If you are coding HTML by hand, you may have to follow a tutorial or design template to learn the ins and outs of CSS.
CSS also allows you to customize even the simplest of details contained within your pages. Even though you can do the same thing, for the most part, via HTML, it takes a lot of time to code even the simplest of changes, colors or details into a layout. By using CSS, you cut down on that time and you also give yourself a wider range to change the design. It also makes things much easier to change down the line if you decide to do an overall redesign of your web site. You can simply change the CSS and let it do the work for you.
If you took the time to learn HTML, learning CSS should be the next logical step. Combing the two, no matter how simple your web site, will bring out the best in layout, structure and design. It will vastly improve not only how others see your site but also how you bring your web site to live.
Want to know more?
PrintShare it! — Rate it: up down flag this hub
Comments
jim10:
Honestly, I'm not too familiar with third party programs for CSS. Most of the CSS design I work with is in Dreamweaver and forum design. So, I'm mostly playing with pre-made templates. Most programs, I'd think Komposer included, would allow you to tinker with a given CSS template and open it up to see what's going on.
Everything I've learned about CSS has come from here:http://www.w3schools.com/css/
I swear by their tutorials for everything from CSS to HTML and beyond!
i want to use css with asp.net 2.0. how can i do it









jim10 says:
17 months ago
I have been planning to learn CSS but haven't gotten around to it. I have a MAC and use Komposer for designing websites. Are their special programs for using CSS? I think their is a button for making a CSS template. But, I can't find much help on it. Do you recommend any CSS books?