This article mainly describes the creation of an example of your own bootstrap template, the need for friends can refer to the following
<! DOCTYPE html>
Let me just say a few points.
"1" Bootstrap is the type of HTML5 document used, you can look carefully at whether the first line is different from what we normally write.
"2" Use Lang, we are China, of course, with Simplified Chinese, of course, there is a bit of a problem here, is to see some online, this ZN-CN has not been applied to the present situation, the specific Baidu bar.
"3" single label is not closed, see the META tag to know, the specific understanding of the next HTML5 bar.
"4" added in the case of IE less than 9 HTML5 is not very supportive of the case of compatibility processing, of course, if I do, I will directly block the IE9 below, to a page to allow users to upgrade the browser, or users see is an ugly page, why!!!
"5" Why is jquery here a 1.102 version instead of a 2.x version? Seemingly because of the 1.9.x version of IE8 support, and 2.x version is IE9 after, all here with a larger than 1.9.x version, of course, you can also not support IE8, as I said in the 4th step, the same as the screen IE9 the following browser.
The above is the whole content of this article, I hope that everyone's learning has helped, more relevant content please pay attention to topic.alibabacloud.com!