How To Design Your Web Site With CSS

Cascading Style Sheets (CSS) allows you to createsite redesigns will take much less time.4. Improve
fastsearch engine rankings - search engines
loading pages, increase your search engine rankings,generally spider the code at the top of your web
andpage first.
modify your whole site with one style sheet. SoFor most sites that means the navigation bar will be
why don'tspidered
more people use them? This is because they got sofirst (resides at top of page code). CSS enables you
used toto
html design and are afraid or too lazy to upgradeposition the code for your content at the top
theirmaking your
skills. Some will also use ready made templates thatpage search engine friendly. Properly marked up
contain flashy graphics, bloated code and sometimesHTML pages
can easily found and properly categorized by search
even contains hidden code embedded in the page.Inengines5. Fast loading - CSS reduces the amount of
this series of articles I will show you how to create atags used
simple web site using CSS, so you will have notherefore producing clean code. Tableless design can
excuse toreduce
begin incorporating them into your futureyour load time by 25% to 50%.6. Reduce bandwidth
designs.What are Cascading Style Sheets?Cascading- compacting the amount of code used
Style Sheets is the name of a simple languagewill reduce the amount of bandwidth needed to host
that allows you to add any style (font, colors,your web
graphics,pages. Therefore you won't have to pay higher fees
links, layouts) to your web pages.Benefits ofwhen
Cascading Style Sheets1. Separate content fromadding more web documents to your site.7.
presentation - you can separateAccessibility - increasing accessibility with CSS means
your HTML markup, text, graphics and multimediabeing able to serve web content to a larger
fromaudience,
presentation.2. Consistent site wide look and feelincreasing web site usability, even for non-disabled
consistency - you canpeople. Content can easily be formatted for
apply one style for 100s of web pages all at once.projection as
So ifwell as screen display. Tableless layouts display well
you had to change the color of all pages on youron
site, youhand-helds.8. Improve the printing of web pages -
only have to edit one style sheet. This saves you amost printers will
hugeonly allow you to print a portion of the web page.
amount of time, especially if you had to edit eachWith CSS
pageyour whole document can be printed.When you use
separately.3. Web site maintenance - apart fromCSS it becomes quick and easy to apply new
being able to makestyles that can not only effect all styles on your
site wide changes easily through one CSS file, theweb page
cleanbut even your whole site.In the next article I will
code it generates makes it easier to update.explain how to layout a web page
Properlyusing CSS.Herman Drost is the Certified Internet
marked up web pages permit them to be maintainedWebmaster (CIW)
by moreowner and author of Affordable
than one person. It will also work in more browsers.Web Site Design and Web Hosting. Subscribe to his
Web"Marketing Tips" newsletter for more original articles.