microsoft-expression-web

How to change Microsoft Expression Web doctype to HTML 5

送分小仙女□ 提交于 2019-12-13 01:30:33
问题 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 ? 回答1: 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: To set the default DocType declaration that Expression Web inserts when you create new pages On the Tools