Dear Folks,
The below references are always very helpful and an especially good resource for
beginners. No one is expected to be a web publisher, but a little bit of reading at
www.w3.org/MarkUp/ goes a long way to make things a lot easier to manage no matter which
script or code format you use. The basics are quite simple and easy to understand as
provided by the W3C standards. Use caution as you gather experience or you may end up
being the teacher <grin>.
Add these tools to your list of Favorites and enjoy the journey...!
Best Wishes
Tom
================
http://www.anybrowser.com/ScreenSizeTest.html
Web page screen test for sizing
http://validator.w3.org/
Web validator per W3C standards for all web pages that provides a report of every typo
during web page development.
========================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
This should be the very first coded line in any HTML web page development. It ensures
that all browser versions can interpret the document correctly.
========================================
http://www.w3.org/TR/2000/REC-xhtml1-20000126/
A reformulation of HTML that has become a common preference. This resource explains the
differences and why the code script was enhanced.