What is Bootstrap and How it is different from HTML5?

mahisharma2

New member
Both technologies are complement to each other.
Bootstrap is the most prominent design frameworks that are used to build responsive website. It is based on JavaScript and CSS framework. It is very easy and simple framework which provides you all functions like menus, buttons, grid form, and more JavaScript plugins. You have to just drag and drop and use the functionality.
On the other hand HTML5 is a markup language. It is not a framework. It is a template which is more basic and provides flexibility. It is the fifth version of HTML which is standardized by World Wide Web Consortium.
 
Last edited:
Bootstrap is a framework while HTML5 is a HyperText Markup Language. You can use bootstrap framework to make a fully functional and responsive website. HTML5 helps you make static websites which take longer time than Bootstrap.
 
Bootstrap is a front-end framework and web design kit for building modern web sites. With Bootstrap you can build an entire web site from scratch. So it gives you not only a starting point, but also all the building blocks you may need to create your site.

HTML5
Ready-to-use, performance optimized print styles
Cross-browser compatibility
Mobile browser optimizations
 
Back
Top