Jump to content

Page not validating as XHTML because of Select


Guest upirate

Recommended Posts

Guest upirate

Below are the results of checking this document for XML well-formedness and validity.

 

  1. Error Line 156 column 19: end tag for "select" which is not finished.

 

                </select>

 

      Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

 

      Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, <head> generally requires a <title>, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

 

 

 

**************************************

 

My order of tags is correct

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.