Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
ricardo leiva sikic
1,463 Pointshtml5 vs bootstrap
hello guys again, i have a question about bootstrap
some people say that you can combine both ( html5 and bootstrap ) , because bootstrap is used for structure and it helps a lot. then you can code on it with the html5.
is that true?
3 Answers
Dustin Matlock
33,856 PointsHey Ricardo, you might check out Initializr, which integrates Bootstrap. Also, look into the Code Guide per Bootstrap's documentation.
ricardo leiva sikic
1,463 Pointsthanks dustin!.
James Barnett
39,199 PointsPeople are possibly referring to HTML5 Boilerplate and Bootstrap. As Bootstrap itself is written using the 5th version of the HTML spec.
Dustin Matlock
33,856 PointsYeah, H5BP and Initializr are one and the same. I think Bootstrap itself provides HTML5 templates.