The answer to this question is fooobar.com/questions/1115269 / ...
Regarding the question of HTML5 and DOCTYPE: HTML5, here is what I observed when using RTM VS 2012:
The DOCTYPE option: {value} tells VS to check your page and try to figure out from the DOCTYPE and html tags which level of validation will be applied. For example, if I create a page that starts as follows:
<!DOCTYPE html>
<html>
...
then the parameter DOCTYPE: {value} becomes DOCTYPE: HTML5. If, however, my page starts as follows:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
...
then it becomes DOCTYPE: XHTML5.
, DOCTYPE: force VS, , / .