Multiple HTML Tags

  • Thread starter Thread starter Sachin
  • Start date Start date
S

Sachin

Hi,
I have an html which has 2 html start and end tags...like
<html>
...
..
</html>
<html>
..
...
</html>

IE 6 is taking the second <html>/</html> combination for
display, please let me know how IE handles these kind of
html and is it consistent in all IE versions !!!
 
Sachin said:
Hi,
I have an html which has 2 html start and end tags...like
<html>
...
..
</html>
<html>
..
...
</html>

IE 6 is taking the second <html>/</html> combination for
display, please let me know how IE handles these kind of
html and is it consistent in all IE versions !!!

That is a coding error. The standards do not state what a browser should do
when it encounters coding errors, so no specific behaviour can be assumed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top