Can we use Bootstrap in our final JavaScript project?

As the final project majorly concerns javaScript, can we use Css framework to style website pages?

1 Like

One way you can use it is by CDN of Bootstrap. Just copy and paste the following line inside <head> tag of your index.html.

 <link
        rel="stylesheet"
        href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css"
        integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ"
        crossOrigin="anonymous"
      />
1 Like

You can use Any css frameork ,There are many library availble but i would suggest you to go through css syntax