Unfamiliar line in HTML

FatJackSprat

Senior member
May 16, 2003
431
0
76
This line is at the top of certain pages in the website I am making:

"<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:eek:="urn:schemas-microsoft-com:eek:ffice:eek:ffice" xmlns="http://www.w3.org/TR/REC-html40">"

I am using Frontpage 2002. I didn't type this in and it's not at the top of every page. Is there any reason to leave it there?

Thanks.
 

oog

Golden Member
Feb 14, 2002
1,721
0
0
you should have an <html> tag surrounding your page. it's up to you what namespace attributes you want in the page (xmlns). those namespace elements describe what tags you're using within your page. you probably only need the last one of the three.