Is it necessary to add Bootstrap JS and Bootstrap CSS both in your project?

Asked 3 years ago
Viewed 215 times

0

Is it necessary to add Bootstrap JS and Bootstrap CSS both in your project?


1 Answer


0

if we use our own CSS on an Html page, then we write more code for styling the content of the web page. at this time we don't need to add bootstrap CSS and JS files. if we add the bootstrap in our own project then we need to add the bootstrap CSS and JS CDN or package link. 
answered 3 years ago by Ravi Vishwakarma

Your Answer