I just went through the tutorial at w3schools.com about xHTML, and I want to make sure this is right. xHTML is just another version of HTML, with some differences:
1. The opening and closing tabs must be lowercase, and properly nested/terminated.
2. All single line tags like <br> and <hr> etc are to be closed with <br /> and so on.
3. It's basically a "neater" form of HTML.
I know there are others, but is xHTML just a clean-freak version of HTML? If so, fantastic!
1. The opening and closing tabs must be lowercase, and properly nested/terminated.
2. All single line tags like <br> and <hr> etc are to be closed with <br /> and so on.
3. It's basically a "neater" form of HTML.
I know there are others, but is xHTML just a clean-freak version of HTML? If so, fantastic!
Comment