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

#242597
Beverleyh
Participant

All HTML pages should have that and the other meta tags:
‘<meta charset=”utf-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>’

Those meta tags are options but they’re not necessary – it depends on your environment. For example, the charset could be sent with a PHP header, or X-UA-Compatible could be set in .htaccess/web.config