I am using Microsoft Expression Web, and I have this problem: When I create a new HTML file, I get this:
How can I change from XHTML 1.0
to HTML 5
?
I am using Microsoft Expression Web, and I have this problem: When I create a new HTML file, I get this:
How can I change from XHTML 1.0
to HTML 5
?
If you just want to change the doctype from XHTML 1.0 to HTML5 in the newly created file, replace the first line with
<!doctype HTML>
. If what you're asking is how to make this the default, then according to Microsoft's documentation: