|
Web Design
So it comes the time for CSS. If you are using HTML editors like Dreamweaver, indeed you are using CSS and creating styles yourself without even your noticing it! Wait, so you may ask, why do I need to learn CSS when I am able to create styles even without my own notice using an HTML editor? I can just tell you the answer is - "magics". Yes yes, CSS is indeed a magic and it also creates many magics. But are you satisfied if you are just able to perform one of the many magics of CSS? Your answer is surely NO. Let me tell you what the CSS magics are.
Business - Directory of business/finance/loan/mortgage related partner sites
more 1 2 3 4 5
Computers - Directory of computer hardware/software/peripheral related partner sites
more 1 2 3 4 5
Internet - Directory of webhosting/webdesign/internet marketing related partner sites
more 1 2 3 4 5
Software - Directory of software related partner sites
more 1 2 3 4 5
Web Design - Directory of web design/development related partner sites
more 1 2 3 4 5
Web Hosting - Directory of web hosting related partner sites
more 1 2 3 4 5
Web Promotion - Directory of search engine optimization/internet marketing related partner sites
more 1 2 3 4 5
Web Resources - Directory of other web related partner sites
more 1 2 3 4 5
Recreation - Directory of travel/hotel/cruise related partner sites
more 1 2 3 4 5
Casino - Directory of online gambling/poker/blackjack/roulette related partner sites
more 1 2 3 4 5
Health - Directory of online pharmacy/hospital/health related partner sites
more 1 2 3 4 5
Shopping - Directory of online shopping/gift related partner sites
more 1 2 3 4 5
Miscellaneous - Directory of all other partner sites
more 1 2 3 4 5
You no longer need to rewrite the same set of presentation style attributes like font color, background style, alignment, border, size, etc. repeatedly within the HTML codings but can group the set of attributes into a single style class within the stylesheet. In your HTML document, you just have to call it out using the style name. CSS is well designed to allow the separation of presentation style from the main content and a stylesheet can either be included inline as part of the HTML document or referenced externally as a CSS file. (So you may have already tried this magic from Dreamweaver)
|