Home › Forums › CSS › Bootstrap + DIV + HTML5 Elements › Reply To: Bootstrap + DIV + HTML5 Elements
June 6, 2016 at 5:12 pm
#242577
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">
.