This repository was archived by the owner on Feb 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 310
E001
cvrebert edited this page Oct 2, 2014
·
2 revisions
We recommend using the simplified HTML5 <!DOCTYPE html>
declaration on your Bootstrapped webpages. See also: Bootstrap's basic HTML template
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.
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.
Bootlint documentation wiki content is licensed under the CC BY 3.0 License, and based on Bootstrap's docs which are copyright Twitter, Inc.