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
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