Question - What Is Wrong with My Tags?
Answer -
If you are converting existing HTML documents to XHTML format, you may find some tags are written as:
content="Tutorials, FAQs and Tips on XHTML Documents.">
content="XHTML Tutorials, FAQs, Tips">
But all those tags are invalid in a XHTML document. They must be closed as:
content="Tutorials, FAQs and Tips on XHTML Documents."/>
content="XHTML Tutorials, FAQs, Tips"/>
Note to HTML document authors: tag syntax in XHTML is the opposite to tag syntax in HTML. In XHTML, meta tag must be closed. But in HTML, meta tag can not be closed.
Comment(S)
Show all Coment
Leave a Comment
|
Share your email for latest updates