How XHTML code is different from HTML

Posted by: Ping

XHTML code has only minor differences from HTML. For using XHTML, you must follow the following rules: • Must use an XHTML document type at the top of the file • All tags must be in lowercase • All tags must have a close tag • All attributes must have quotes • If tags do […]

Which should you use, HTML or XHTML?

Posted by: Ping

“The answer is to use whichever you prefer. It’s just a personal preference. Regardless of which you use, the resulting web page will work the same. There are no functional differences between HTML and XHTML. While XHTML is newer, it’s not better, and it doesn’t have any new features. Because there were no advantages for […]