Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bootstrap + DIV + HTML5 Elements Reply To: Bootstrap + DIV + HTML5 Elements

#242577
rkieru
Participant

Aside from the necessary includes of relevant stylesheets and javascript, the only special concern for your document formatting is that it must start with <!DOCTYPE html>.

As to other concerns; no, use whatever best matches your approach to site structure design. Where Bootstrap is concerned there is no different treatment (for example) of <section class="col-md-6"> and <div class="col-md-6">.