As you know, I am still working on Second News which will be up very soon with many many new things. I faced a funny problem today while I was working on news resources. Just go to
http://www.iribnews.com/front_en.asp?sec=front_en_ir , take a look at its source file and search for < htm l> tag, there should be only one, but in IRIBNews, Iran's TV News Website, there are two starting < html > tags, I first though that it might be a code error, but after checking completely, I understood that they have included another page in the main page (which is supposed to be their search page or something like that), but what they have done wrong is that they haven't mentioned that the include should start from < body > tag, without declaring that, include command will bring everything from the child page to the main page. And now they have a very good looking web page, but how come Internet Explorer shows it. I think Internet Explorer always ignore < html > or < body > or < meta > tags, thats why it is shown in Internet Explorer in the way it is expected. Please, please, please use html tags in the way the should be used.