html - Why does browser "Firefox Page Source" show two closing </body> tags? -


dreamweaver showing error message "unbalanced body tag"

something causing closing body tag twice. ,

need fix 1 @ end.

code @ beginning of document:

<body> <div class="body"> 

code @ end:

</body> </body> 

the opening div class of body never closed - first instance of </body> should changed </div>.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -