Answers for "what is bootstrap used for?"

8

what is bootstrap

Bootstrap is a CSS Framework developed at Twitter.
It aids in the rapid prototyping of Web Application styling.
Posted by: Guest on February-20-2020
0

how to use bootstrap

<!-- Types of Bootstrap links -->
<a href="#" class="link-primary">Primary link</a>
<a href="#" class="link-secondary">Secondary link</a>
<a href="#" class="link-success">Success link</a>
<a href="#" class="link-danger">Danger link</a>
<a href="#" class="link-warning">Warning link</a>
<a href="#" class="link-info">Info link</a>
<a href="#" class="link-light">Light link</a>
<a href="#" class="link-dark">Dark link</a>
Posted by: Guest on September-01-2021

Browse Popular Code Answers by Language