Question:
I need help with xhtml errors?
DJxSparrow
2011-06-11 18:17:47 UTC
I'm trying to validate my xhtml page for class but I get these errors.

Line 31, Column 37: there is no attribute "target"
  • C++


  • Line 63, Column 20: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified

    Line 90, Column 8: end tag for "div" omitted, but OMITTAG NO was specified

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    here is my webpage I have no idea hw to fix it, I have a frame and I want some links to target that frame when it is clicked.

    http://wf.edison.edu/~hmackowski/p7/experience.htm

    thank you
    Four answers:
    PcolaSteve
    2011-06-11 18:25:29 UTC
    There are 3 errors in your script. Go to: http://validator.w3.org/ then put your URL into the upper address bar and click "check." They will tell you the errors are an what lines they are on.
    kuhns
    2016-10-06 13:10:25 UTC
    whilst applying XHTML transitional there are some issues which could look as errors, because of the code being deprecated. like . -& could be("& amp;" no area between the & and the amp) -and
    isn't allowed interior a tr those could knock out some. i could additionally advise putting table widths in css to dodge from now on errors.
    Azeddin
    2013-11-06 05:13:16 UTC
    You can fix these errors 95%





    http://achievementt.blogspot.com/2013/10/exclusive-how-to-fix-w3c-validation.html
    Cami
    2011-06-12 09:16:43 UTC
    I don't think you closed your div.





    ...





    You can't use frames in a any doctype but a frameset one. Copy XHTML's frameset doctype from W3C. http://www.w3schools.com/tags/tag_doctype.asp


    This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
    Loading...