Become a webdsign master


What is so Good About CSS Anyway?

What  is  so  good  about  CSS  anyway?websites had pages with lots and lots of
tables and loads more nested within them. The
If you have been looking for a new websitenet effect was that the website was slow. The
for a while, you will (no doubt) have visitedbrowser took alot more time to read the
many websites of developers and companiestables  and  display  the  text and graphics.
that  can  create  them.
What's more, because the makers of the web
Lots of these companies bandy about termsbrowsers couldn't quite agree about how HTML
such as W3C and CSS. So what is all thatshould be displayed, we found that a website
about  and  why  do  I  need  it?looked great on Internet Explorer but
slightly  odd  on  Mozilla  or  Opera.
To answer that question we need to look at
how  web  pages  are  created.Something  needed  to  be  done.
In olden days (about 10 years ago) the webAt last CSS was invented that did an amazing
page was typically just a bunch of text andthing for web developers. CSS or Cascading
the odd picture. This was fab at first butStyle Sheets allowed the web designer to
then people wanted to do more with web sites,separate content from design which was
they wanted to format the page better. Butusually integrated in a traditional site
the rules behind the web page (HTML) wouldn'tpage.
let you do that, so web developers being the
canny individuals that they are decided toThe CSS style sheet was a separate file in
use  tables  to  organise  the  material.the web site that stored all the designy bits
to the website, the font sizes, position of
Now, tables are OK for showing tabular data,graphics & menus and just about everything
but our clever web designers where now usingand more. The actual pages had text
them with clear borders (so you couldn't see(content).
the table) to position text and pictures
where  they  wanted.Wow, this meant that we could now position
text and graphics with pixel accuracy instead
Bingo! That resolved that problem. Well no...of old tables, and better still the web pages
not  really.loaded faster cos only one stylesheet had to
be  read  for  whole  site.
Those pesky website developers wanted more
and more control so they started puttingIf you have read this far, then I applaud
tables into tables (called nesting). Manyyou.



1 A B C D E 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128