This article ish5eduAgency's officialHTML5 TrainingTutorialsBootstrap tutorial (i).
we will first download the bootstrap framework file and put it in our project directory.
The bootstrap.css file in the bootstrap framework is then introduced into the project.
then we can see that the title in the bootstrap is different from the one we used to use the framework.
The most obvious is that the text becomes thinner.
<link rel= title bootstrap in "stylesheet" href= "Boostrap.css" ><!---->
and in Bootstrap we can use non-heading elements to implement heading styles.
<!--use heading styles in bootstrap for non-heading elements--<div class= "H1" >bootstrap title one </div> <div class= "H2" >bo Otstrap Title two </div> <div class= "H3" >bootstrap Title III </div> <div class= "H4" >bootstrap title four < /div> <div class= "h5" >bootstrap title five </div> <div class= "h6" >bootstrap title six </div>
Click to enter bootstrap intensive tutorial
This article is from the "11721999" blog, please be sure to keep this source http://11731999.blog.51cto.com/11721999/1827480
Bootstrap tutorial (i) ——— bootstrap title (i)