What’s the difference between html and xhtml?
Answer / Vikas Saini
HTML is a markup language used for creating web pages. XHTML is an XML-based version of HTML that requires stricter syntax (must be well-formed XML), uses lowercase tags, and includes attributes for XML namespaces.nHTML5 dropped the strictness of XHTML and allowed for more flexible syntax.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does br br mean?
How to add video in background in HTML
What are the audio tags provided by HTML 5?
What does :: before mean in html?
How do I find meta tags?
Is it possible to make the html source not viewable?
What can html5 do?
Please explain empty elements in html?
Is html5 flash?
What is manifest file in html5?
How do you anchor a link?
How to align <table> right/left in html?