• sparky672

    (@sparky672)


    There are two elements being rendered with the same id called main-nav. Same problem with site-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.