+ 3
Can you explain to me, a simple think about bootstrap, and to use it?
5 Réponses
+ 3
You can find how to use Bootstrap and basic about it in the below link. https://www.sololearn.com/learn/1051/?ref=app
+ 2
To learn Bootstrap at a beginner level you can refer w3school site
+ 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 ☺️☺️.
+ 2
here is how I used bootstrap in one of my codes for easy button classes https://code.sololearn.com/WjvasvSBLDCq/?ref=app