Are there different HTML5 doctypes?

doctype, html

Solution

No, HTML5 is just HTML5, there are no subsets.

Problem

When I use to write pages in XHTML. I had 3 types of `doctype` - `strict`, `transitional` and `frameset`. Do we have them in HTML5?

Original source