How to use bootstrap in computer?

i am just download bootstrap.how i use in text editor

1 Like

Hey so you are trying to start using bootstrap!

Bootstrap is a css framework to help you style with ease your applications and it comes with a large set of classes to help you so.

You can refer to this official doc for info on how to use Bootstrap. To give you some spills, here is an example.

<button type="button" class="btn btn-primary">Primary</button>

Good luck.

1 Like

thank you very much.i try it.

1 Like

Take a look at the introduction in the Bootstrap documentation. It’s really helpful.

1 Like

Best bet search you tube…
They have many tutorial videos that will walk you through the process. Much more to it than can be said in a short forum post.

1 Like

It’s simply just add the bootstrap CSS and JS links on your site and you are ready to start using it. You should then add the Grid system of bootstrap on your HTML elements.