Why Bootstrap ?

There can be multiple reasons to use this framework. Lets try to sort it out one by one:

Bootstrap is the combination of CSS, jQuery and html. It provides multiple inbuild features which we can use directly in our code. Visit this link

  • It gives its own css for all possible html widgets to make it simple and of single theme like forms, tables, buttons, images.
  • It will provides its own classes with a number of choices, we have to use it only. Say for tables, use
<table class="table">

and for forms we have to use

<form role="form">
  • Its best part, it provides classes to make our website responsive…link
  • Last but not least, we need not to be a expert while using these features.

No use of going into details, just start exploring this can help only.

[su_divider]

@AskmeSiebel

Leave a Reply

Your email address will not be published. Required fields are marked *