Invalid HTML
-
There are two elements being rendered with the same
idcalledmain-nav. Same problem withsite-navigation.For anyone unfamiliar with HTML & JavaScript programming, having two
id‘s on the same page using the same name is non-compliant (invalid) HTML and can lead to future problems and unpredictable rendering across browsers.Running the site through the W3C HTML Validation tool reveals these errors and more.
The topic ‘Invalid HTML’ is closed to new replies.
