Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Am I using the wright DOCTYPE?

Status
Not open for further replies.

soum

Programmer
Joined
Oct 18, 2000
Messages
91
Location
BE
hello,I read recently that the search engines loooks for the doctype ; so I changed a bit my html pages and put a certain Doctype , but I don,t know if it is the wright one!!Second ,should I put the same Doctype on all other pages??
Thanks
 
You should always put the DOCTYPE on each page of your website.

Without knowing what DOCTYPE you used,
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/html4/loose.dtd">[/URL]
is usually the one most people use. Once you are done, you can validate your code.

__________________________
Corey

 
Thanks Corey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top