Search code examples
htmlhtml5boilerplate

Can we use bootstrap responsive with HTML5 structure eg: <header> <nav> <article> <section>


Can we use bootstrap responsive with HTML5 structure tags eg:

<header> <nav> <article> <section>

Solution

  • You can use any of those tags with Bootstrap. But David Nguyen is right, if you don't use built-in Twitter-Bootstrap tags, then you need to compensate if they aren't responsive the way that you want.