Advance XHTML Programming Question:
Download Job Interview Questions and Answers PDF
How To Validate XHTML Documents Online?
Answer:
If you have just finished a new XHTML document, and you want to make sure that confirms with the XHTML specification, you can use the XHTML online validator at http://validator.w3.org/.
There are 3 ways you can use this validator:
► By URL - Specify the URL where your XHTML document is located, and click "Check".
► By File Upload - Use the "Browse" to locate an XHTML document on your local hard disk, and click "Check".
► By Direct Input - Copy & paste the content of an XHTML document to the input area, and click "Check".
The validator will return a page with validation result.
There are 3 ways you can use this validator:
► By URL - Specify the URL where your XHTML document is located, and click "Check".
► By File Upload - Use the "Browse" to locate an XHTML document on your local hard disk, and click "Check".
► By Direct Input - Copy & paste the content of an XHTML document to the input area, and click "Check".
The validator will return a page with validation result.
Download XHTML Interview Questions And Answers
PDF
Previous Question | Next Question |
How Many Tags Are Defined in XHTML 1.0? | What Tools to Use to Write XHTML Documents? |