HTML and CSS Reference
In-Depth Information
Look Ma, No CSS!
Want to know how your pages are going to look to your users under
bad conditions (like on a browser that doesn't support CSS)? Then
open your “index.html” file and remove the <link> from the <head>,
save, and reload the page in your browser. Now you can see the
real order things will be seen in (or heard from a screen reader). Go
ahead and give it a try. Just make sure you put it back when you're
done (after all, this is a chapter on CSS).
Righty tighty, lefty loosey
Let's get the Starbuzz page switched over so that the main content is floating left.
You're going to see that the mnemonic righty tighty, lefty loosey holds true in the
CSS world too…well, for our sidebar, anyway. Here's how we convert the page
over…just a few simple steps.
 
Search WWH ::




Custom Search