Markup languages are many but few of them are most in use. If you want to learn about such languages or want to know the difference between them then this article is the right place for you. Through this short note you will be able to learn the difference between XHTML and HTML. These both are language used to develop web pages. People think these both are totally different languages then each other, but that’s not correct all time.
XHTML is not much different than HTML version 4.01. If you are aware of coding in 4.01 version then you can
XHTML is not very different from the HTML 4.01 standard. So, bringing your code up to the 4.01 standard is a good start. Our complete HTML 4.01 reference can help you with that.
In addition, you should start NOW to write your HTML code in lowercase letters, and NEVER skip ending tags (like </p>).
Happy coding!
The Most Important Differences:
XHTML elements must be properly nested
XHTML elements must always be closed
XHTML elements must be in lowercase
XHTML documents must have one root element
XHTML Elements Must Be Properly
How To Get Ready For XHTML
XHTML is not very different from the HTML 4.01 standard.
So, bringing your code up to the 4.01 standard is a good start. Our complete HTML 4.01 reference can help you with that.
In addition, you should start NOW to write your HTML code in lowercase letters, and NEVER skip ending tags (like </p>).
Happy coding!
The Most Important Differences:
* XHTML elements must be properly nested
* XHTML elements must always be closed
* XHTML elements must be in lowercase
* XHTML documents must have one root