0
plz clear my confusion...this bootstrap program can all script link are mandatory?
<!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap 4 Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script> </head> <body> <div class="container-fluid"> <h1>My First Bootstrap Page</h1> <p>This is some text.</p> </div> </body> </html>
4 Answers
+ 5
You are linking many scripts, including bootstrap, jQuery and pooper.js. For bootstrap only, you just need first, second and fourth link. Third link is useless.
+ 5
For every bootstrap program, these are fixed link.
https://www.w3schools.com/bootstrap/bootstrap_get_started.asp
You can read bootstrap CDN section here. It will help u a lot.
+ 1
OK thank you so much
0
this are the fixed link for every program?or change?
i am a beginner so plz explain all.