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.
 
Back
Top