Why CSS Is Good For Your Web Site

Cascading Style Sheets (CSS) are used within thecontent is generally displayed in one block, rather
HTML behind your Web site as a way of controllingthan being split up into less readable chunks by HTML
how each page is laid out and what elements on itjust to fit it in to your design.Using 'semantically
look like. For instance, you can use CSS to makecorrect XHTML' - ie heading tags around the headings
headings in your copy a standard size across theand sub-headings in your copy, and bold or strong
whole of your site.CSS has been around for severaltags around content you wish to highlight - tells the
years and is supported by all the major browserssearch engines those words are the most important
available today, including Internet Explorer for the PCon the page. This helps give the page a boost for
and Mac, Firefox, Safari and Opera.Using CSS tosearches which match the words which are marked
control your Web site will give you severalas more important in this way.Helps in passing the
benefits:Makes your Web pages snappierBy usingDisability Discrimination ActUsing good CSS and
CSS and writing your HTML code to match standardsXHTML makes it easy for people with disabilities to
like 'XHTML Transitional' or 'XHTML Strict' you canchange your pages the way they may need to for
decrease the 'render time' of your pages. This is theeasy reading. This may be through increasing or
time it takes between downloading the page anddecreasing the font size, or having it read to them
actually showing it on screen to your Web sitethrough a screen reader. The clean page coding that
visitor.When using tables for layout - the traditionalgoes along with using CSS means screen readers can
alternative to using CSS - and 'font' tags to controleasily navigate through your page and find the
how the text on the page looks, the browsers havecontent, giving a good experience to visually impaired
a lot more work to do before they show the page.users.Using CSS and XHTML also helps you comply
Using CSS and the proper DocType for the pageswith the UK Disability Discrimination Act rules for
means the browser knows what to expect from theaccessible Web sites. This is a valuable side-effect of
code and can display it much more quickly.In practice,using this kind of coding and takes no extra
converting to a standards based CSS layout on onedevelopment time to be compliant.Helps browsing
client's Web site reduced the time it took the pagefrom different devicesAs well as helping screen
to display by almost a quarter of a second. Althoughreaders, using CSS means alternative devices like
this is a very small amount of time, it is more thanmobile phones and PDAs can show your content
enough to make a Web site feel much more snappyeffectively and easily. Although the current market in
and responsive, helping it give a good impression tothe West for browsing the Web through mobiles is
your potential customers.Makes your Web sitesmall, it is growing and by using CSS you can create
quicker to updateAs well as making your pagesa Web site which is easily viewable on these devices
display quicker, CSS makes it easier to make globalwith little extra effort,. So as more people use them
updates to your Web site. Say you're having a minorit will be simple to convert your site to work with
change in corporate image and want all your pagecurrent or future devices..DownsidesCurrently, Web
headings changed from blue to green. With CSSbrowsers treat CSS slightly differently, so when your
controlling how your headings look, that meansWeb site is created you may need slightly more
changing the colour in one file and the whole sitecross-browser testing, and you will need to find a
shows the change - a two minute job rather thanWeb designer who understands how to build a site in
having to edit every page on the site.This flexibilityCSS correctly. Most professional designers and
gives you the opportunity to do more with yourdevelopers are now seeing the benefits of creating
Web site. Want to show your support for Red Nosestandards based CSS sites, but it is worth ensuring
Day? Again, one file change can put a little red nosethat anyone you hire to make your Web site does
next to all of your headers, turn the text red andknow CSS before starting a project.But the
even make them display in a silly typeface. Turningdownsides are small when compared to the
them back to normal for the next day is, once again,immediate and ongoing benefits of a CSS-based Web
a single file change.Good for Search Enginesite.Paul Silver and David Rosam are Head of
OptimisationBecause using CSS removes lots ofTechnical SEO and Head of SEO Copywriting at Web
HTML from your pages as layout and the look ofPositioning Centre ( Paul has been involved with the
text is controlled through the CSS file, it makes yourWeb commercially since 1996 and David has been
textual content much more prominent within yourwriting marketing copy for 20 years, and writing for
HTML. This means the search engine spiders canthe Web for a decade.
easily find your textual content, and that your