Any one know?
why my terminating </html> will not save on front page when using this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
at the top of the page?
The terminating tag saves to the page when like this
<html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
</html>
But not without <html> at the beginning. Which is correct?
mtgman
Last edited by mtgman; 03-27-2005 at 11:19 AM.
|