Tuesday 3 October 2023

Industry Related Frameworks in CSS - Bootstrap

 Industry-Related Frameworks in CSS:- Bootstrap



Bootstrap is the most popular and powerful front-end (HTML, CSS, JS) Framework for developing faster, responsive, and mobile-first website development.



With Bootstrap you can ,

  • easily create responsive websites.
  • quickly create a multi-column layout with pre-defined classes.
  • quickly create different types of form layouts.
  • quickly create different variations of navigation bars.
  • easily create components like accordions, modals, etc. without writing any JS code.
  • we can quickly create different types of alert boxes.
  • we can easily create dynamic tabs to manage large amounts of content.
  • we can easily create tooltips and popovers to show hint text.

 

Advantages of using Bootstrap


  • Save lots of time - We can save time and effort using the Bootstrap predefined design templates and classes.
  • Responsive features - Using Bootstrap we can easily create responsive websites that appear more appropriately on different devices such as mobile devices with different screen resolutions.
  • Consistent design - All Bootstrap components share the same design templates and styles through a central library, so the design and layout of our web pages will be consistent.
  • Easy to use - Bootstrap is very easy to use. Anybody with a basic working knowledge of HTML, CSS, and JavaScript can start development with Bootstrap.
  • Compatible with browsers - Bootstrap is compatible with all modern browsers such as Chrome, Firefox, Safari, Internet Explorer, etc.
  • Open Source — It is completely free to download and use.


The below simple example shows a usage of Bootstrap.

Bootstrap code in HTML :-

CSS Style sheet Code:-

Output:-




Written by:  W.A. Eranga Dewmini

No comments:

Post a Comment

Java Script Learning

 Introduction to JavaScript JavaScript is the programming language used by front-end web developers to instruct the browser to add behaviors...