Can you explain to me, a simple think about bootstrap, and to use it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can you explain to me, a simple think about bootstrap, and to use it?

11th Aug 2018, 12:22 PM
Ivan Rafles
Ivan Rafles - avatar
5 Answers
11th Aug 2018, 2:06 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 3
You can find how to use Bootstrap and basic about it in the below link. https://www.sololearn.com/learn/1051/?ref=app
11th Aug 2018, 2:05 PM
Maha
+ 2
To learn Bootstrap at a beginner level you can refer w3school site
11th Aug 2018, 2:06 PM
Maha
+ 2
In simple words Bootstrap have predefined classes which you can include in your html tags. Small Example : Suppose you want to make an nav bar for your website. You can do it using css. But in bootstrap there is predefined class for it , you have to just include it in your html tag and your nav bar would be exactly same as shown in there website. I recommend you to visit official bootstrap website once and read there documentation to get more clear idea. Hope this helps ☺️☺️.
11th Aug 2018, 2:52 PM
Meet Mehta
Meet Mehta - avatar
+ 2
here is how I used bootstrap in one of my codes for easy button classes https://code.sololearn.com/WjvasvSBLDCq/?ref=app
16th Aug 2018, 12:09 AM
Logan
Logan - avatar