Errors in W3C Vaidator

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10038498
    davidmh.es
    Participant

    Hello,

    I’m Validating my website following W3C Validator and shows me these warnings and errors

    Validator

    Could you help me to solve it?

    Thanks in advance


    #10038503
    Support
    Keymaster

    Hello,

    You can find details about the FB button in this link: https://stackoverflow.com/questions/8696026/is-it-possible-to-validate-the-xmlnsfb-facebook-attribute/13913908

    Get the AddThis share buttons in this link: https://www.addthis.com/

    Another changes to do:

    FROM:

    <p><button type="button" class="btn btn-sm btn-primary text-4 p-2"><a class="text-color-light" href="blog.html"> Volver a "Blog"</a></button></p>

    TO:

    <p><a class="btn btn-sm btn-primary text-4 p-2" href="blog.html">Volver a "Blog"</a></p>

    Also.

    The type attribute is unnecessary for JavaScript resources. – Remove the type attribute.

    Hope that helps.

    Jonas


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.