I have read various questions answered on Stack about Twitter Bootstrap and HTML5 Boilerplate.
I do know the following:
- Bootstrap and H5BP are not equivalent and are used for different purposes
- I know what Bootstrap is used for, I use it every day - it is a front-end framework, CSS and JS ready-to-use. Just apply the right classes to your selectors/elements and Bootstrap does everything for you. They have extensive support documentation on their website where you can see what they have to offer inside the framework and how to implement it...
- You can combine the powers of the two by using initializr
- H5BP is a template...um that's about it...
But what I don't know yet, is the following:
- What the heck is H5BP used for? When visiting their website they only give you the source files and that's it(oh yes, and a video). What are the benefits of using it and why would you want to use it alongside Bootstrap for example?