K
Kris
Hi All,
I have what is quite possibly a stupid question about XML formatting and
DOCTYPE declarations. I am using FrontPage 2003 to apply XML formatting
rules to my web pages by right clicking in the code view and selecting
"Apply XML Formatting Rules". Using the command made changes similar to the
following:
Original Line:
<img src="my_image.gif" width="35" height="9" alt="alt_text">
New Line (the only difference is the forward-slash at the end):
<img src="my_image.gif" width="35" height="9" alt="alt_text" />
My question is: If I use XML formatting is it still appropriate to use the
DOCTYPE declaration shown below or do I have to use some sort of XML
declaration.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
Thank-You,
Kris
I have what is quite possibly a stupid question about XML formatting and
DOCTYPE declarations. I am using FrontPage 2003 to apply XML formatting
rules to my web pages by right clicking in the code view and selecting
"Apply XML Formatting Rules". Using the command made changes similar to the
following:
Original Line:
<img src="my_image.gif" width="35" height="9" alt="alt_text">
New Line (the only difference is the forward-slash at the end):
<img src="my_image.gif" width="35" height="9" alt="alt_text" />
My question is: If I use XML formatting is it still appropriate to use the
DOCTYPE declaration shown below or do I have to use some sort of XML
declaration.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
Thank-You,
Kris