Having Trouble Doing It Yourself?
Having trouble doing your own web development? Use Larsen Design +
Interactive to get your site redesigned, logo animated, database integrated,
back-end developed, or Perl script written by qualified professionals
The official guide to HTML from The World Wide Web Consortium.
The official specifications of HTML can be found here along with
plans for future development.
Not all browsers conform to the exact HTML specifications. Companies
such as Netscape and Microsoft have added numerous unofficial HTML
extensions to their products.
A comprehensive guide to the extensions that Netscape has added
to HTML 3.0. Remember to use them with caution they may make your
pages look ugly with other browsers.
As new content types are added to the web the web page designer
is faced by the dilemma of whether to use these new additions,
which may cause problems for those without the relevant plug-ins,
or to ignore them. This site considers this issue and how to best
solve it.
It is important to make sure your site looks good, as well as making
sure it contains useful information. Looking good not only means being
visually appealing to users of cutting edge browsers, but also to
users of low quality browsers who may not own the latest computer.
Good design should be visually appealing, but not without conveying
a message effectively.
Lots of well written advice on how to create a web site which
will work with all browsers and still look great no matter what
computer or web browser a user owns.
Style sheets give your web pages a consistent look and feel.
This official guide from the World Wide Web Consortium (W3C) is
everything you need to know about css.
If you design your pages specifically for one browser it makes
it difficult for users of other browsers to view your site. This
resource explains how you should design your site so everyone
can use it.
Teaches you how to create graphically superb sites, but beware,
if you just follow the advice given here your sites won't work
with some browsers. Bear in mind the advice from the previous
two sites in the list if you go here!
This site hopes to teach you good design principles, which are
very important when developing HTML. Just make sure you don't
fall into the same trap as the author of this site did, always
use alternative text for your images - your site may look great
with Netscape but always be aware of other browsers!
Some characters such as &, < and > cannot be used
in HTML. Instead you must type a special code, such as &
for &. This list gives details of all these special characters.