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
Post a Comment