Want to learn how to
write for the Web? Here's a good rule of thumb: visitors don't
read your page, they browse it.Click
here to learn how to write "browsable" web pages.
JavaScript can be very useful for creating different versions
of a page based on the type of browser being used. If you do
this, though, be careful about using JavaScript inside a nested
table. Click here to find out
why.
Since 80% of Web surfers are now using a 4th generation browser,
Cascading Style Sheets are becoming a commonplace feature of
HTML. Here's a tip that can save you some frustration when working
with CSS: be careful where you put white space within a style
rule.Click here to see why.