Home › Forums › CSS › Bootstrap + DIV + HTML5 Elements › Reply To: Bootstrap + DIV + HTML5 Elements
June 6, 2016 at 5:24 pm
#242579
Participant
rkieru,
The ‘<!DOCTYPE html>’ is HTML5 standard, regardless of Bootstrap. All HTML pages should have that and the other meta tags:
‘<meta charset=”utf-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
<meta name=”viewport” content=”width=device-width,initial-scale=1″>’