HTML vs. XHTML
- 0
- Add a Comment
HTML as we all know is the backbone of web pages, but lacks a lot of features. Like you cannot use a lot of things, like javascript without it validating correctly. But XHTML is the newer version of HTML, but has more features. XHTML allows you to validate up to XHTML Strict 1.0
My Website will […]
