Convert HTML to XHTML - lower case tags

One of the most obvious changes in XHTML is writing all your tags in lower case. For example becomes and becomes

If you use Dreamweaver as your web editor you can set it to automatically produce all your code in lower case.

Here’s how to do it:

1. Open Dreamweaver

2. Edit - Preferences - Code Format - Default attribute case - lowercase=”value”

That’s it!

Leave a Reply