Click to See Complete Forum and Search --> : HTML 4.01 Doctype


Eshu
02-15-2005, 03:56 AM
Dear Experts,

From one of the sites I found the syntax for HTML 4.01 doctype.

Three Document type-

Strict: [Default]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://dtd path">

Transitional :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN Transitional" "HTTP://dtd path">

Frameset :

<!DOCTYPE HTML PUBLIC "-W3C//DTD HTML 4.01//EN Frameset" "http://dtd path">

Can somebody please explain

1. the following terms from the above syntax:

PUBLIC - ?
W3C - ?
EN - ?

2. Is there any other syntax using which we can declare DOCTYPE.

Your valuable guidelines are highly appreciated.

Many Thanks
Eshu

Fang
02-15-2005, 07:41 AM
1. http://www.blooberry.com/indexdot/html/tagpages/d/doctype.htm

2. http://www.w3.org/QA/2002/04/valid-dtd-list.html#DTD
or
http://www.cs.tut.fi/~jkorpela/html/own-dtd.html

Eshu
02-15-2005, 03:11 PM
Hi Fang,

Great!!! The links you suggested solved my doubts.

Many Thanks
Eshu