You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
cvrebert edited this page Oct 2, 2014
·
2 revisions
E001
We recommend using the simplified HTML5 <!DOCTYPE html> declaration on your Bootstrapped webpages. See also: Bootstrap's basic HTML template
Document is missing a DOCTYPE declaration
The (X)HTML document seems to not have any DOCTYPE declaration; this can trigger quirks mode, which is not supported by Bootstrap and can cause the document to render strangely.
Document declares a non-HTML5 DOCTYPE
The (X)HTML document has a DOCTYPE declaration, but it's not an HTML5 DOCTYPE. This can potentially cause problems, especially if you're trying to use HTML5 features. Bootstrap's documentation assumes that you're using HTML5.