Google Answers Logo
View Question
 
Q: What if I want to use HTML 3.2 forever, or even not bother with a doctype? ( No Answer,   1 Comment )
Question  
Subject: What if I want to use HTML 3.2 forever, or even not bother with a doctype?
Category: Computers > Internet
Asked by: joli-ga
List Price: $10.00
Posted: 03 Oct 2005 18:42 PDT
Expires: 02 Nov 2005 17:42 PST
Question ID: 576025
I have a few websites - mostly hobby sites.  I code everything by
hand.  I have nothing complicated or flashy on my sites, and never
will.  I only put text and a few pictures and a logo on my pages.  I
don't have a doctype on any of my pages. I don't want to learn XHTML
or css.

So, what if I code all my pages in HTML 3.2 compliancy forever and
never include a doctype?

1.Will they ever stop working?  

2. Will my pages suffer in the search engines?
Answer  
There is no answer at this time.

Comments  
Subject: Re: What if I want to use HTML 3.2 forever, or even not bother with a doctype?
From: ucanotdothat-ga on 04 Oct 2005 16:55 PDT
 
Hello,I am not in it for the money, just making a comment.
I also make my own pages and use 3.2 and more.
Put your doctype first, befor <html>,
Just use this doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

and your page will be valid. It will cover 3.2 and more.Also use this
charset in the head (this is a standard type, most common) and you
should be
compliant.
This goes in the head:

<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >

You should check out the authority on html and
have them validate your page. If you do not 
use a doctype or charset, it will not be valid but still work ok.
If your tags are not in order, it will let you know also. They are at:

 http://validator.w3.org/

 They also have a very excellent tool to check your pages after
editing called MAX's HTML Beauty.You would really like this tool,it's
great!
Download this program and use it every time you make changes, you will
love it,but it is a little tricky at first.Will be glad to help you
understand this program over the phone, it is easy to understand after
doing it once.
Can also find it at Snap Files at:

http://www.snapfiles.com/get/maxhtml.html

It works on windows systems.
I run this program on my changed pages to double check, it is too 
easy to make mistakes.
   You would be supprised how many pages out there are not compliant!
I do not think you have anything to worry about, html is still
the most popular, css is a addition to html as well as java script.
You can do a lot with adding to your html, I recomend the book:
Top 100 Simplified Tips and Tricks, HTML
It has 100 handy additions that will have you flashing up your pages!

 There are not a lot of people out there that make there pages from notepad,
everyone else would use a program to do the job.Some times it takes manual
edditing to get the results you want,and knowing html is a great binafit.
Making your pages from scratch does make you a  web master!
Html is here to stay!!!

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy