+ 3
How does one apply bootstrap html css and his to build a good code
I mean a web page construction
1 ответ
+ 1
Once Bootstrap and your CSS is told to be included in your html doc with a <link> tag, you can use any of your CSS rules and Bootstrap's within your html. With Bootstrap, that'll mean including class names in an element's class attribute. Be sure to read up in Bootstrap's documentation, good luck!