How to add the bootstrap into HTML #8310
-
HI, Now I am working on HTML, so I need to add the bootstrap into HTML. I am trying again and again but I can't implemet that. Please let me know the solution. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
GreyRabbitty
Oct 13, 2023
Replies: 2 comments
-
Please insert this link in the head of HTML l <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>ike this |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ptc-bink
-
Use this bootstrap template to get started :
REF : https://getbootstrap.com/docs/5.3/getting-started/introduction/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please insert this link in the head of HTML l
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>ike this