How do I insert bootstrap in my code HTML/CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I insert bootstrap in my code HTML/CSS

Hi how will I insert bootstrap in my code in HTML/ CSS without ruining tHe format and design of my own codes ? https://code.sololearn.com/WzCJV6cF5ees/?ref=app

13th Feb 2021, 9:48 AM
thatstupidcoder
thatstupidcoder - avatar
32 Answers
+ 7
Nothing special. Learning from different sources, such as a few books, tutorials and documentaries. You can find the same topics explained differently and with different examples. This helps for the understanding. At the end a lot of practice and trying out. Only in what you do often and regularly you become really good.
13th Feb 2021, 3:45 PM
JaScript
JaScript - avatar
+ 5
When it comes to free of charge nowadays you can find it in the world wide web. I have already suggested you something earlier.
13th Feb 2021, 3:57 PM
JaScript
JaScript - avatar
13th Feb 2021, 10:03 AM
JaScript
JaScript - avatar
+ 4
thatstupidcoder Frameworks are helpful from time to time for some tasks and take some work off in certain situations. The disadvantage is that you have to get to know them. Depending on how good and complex a framework is, the easier or harder it is to master. I follow a way to master the basic programming languages instead of wasting my time on the frameworks. The programming languages change with time and simplify the tasks for which the framework was created.
13th Feb 2021, 3:17 PM
JaScript
JaScript - avatar
+ 2
JaScript My teacher did not discuss nor enlighten us with bootstrap that’s why I am still confused of the concept. I’ve tried watching numerous videos but it’s still unclear to me. I looked through google different lectures about bootstrap however it still confusing. Hope someone will enlighten and teach me about bootstrap.
13th Feb 2021, 2:41 PM
thatstupidcoder
thatstupidcoder - avatar
+ 2
And for the record. I coded this all by myself 😉
13th Feb 2021, 2:55 PM
thatstupidcoder
thatstupidcoder - avatar
+ 2
Just to to the bootstrap website and then copy paste the script code and you're ready to go
15th Feb 2021, 7:23 AM
Dhruv Gupta
Dhruv Gupta - avatar
15th Feb 2021, 8:16 AM
Mr. Unknown
+ 1
thatstupidcoder For your study, i tried to add Bootstrap 5 to your site. Try to view it on mobile and pc, Bootstrap is a responsive website. https://code.sololearn.com/Wen4UU1Zhvvw/?ref=app
13th Feb 2021, 12:01 PM
Calviղ
Calviղ - avatar
+ 1
thatstupidcoder unfortunatelly I did not learn it yet. I think it is not necessary, at least for me 😊
13th Feb 2021, 1:28 PM
JaScript
JaScript - avatar
+ 1
But I suggest you learn the basics before using frameworks 🙂
13th Feb 2021, 10:20 PM
Adeyemo Toluwanimi
Adeyemo Toluwanimi - avatar
+ 1
thatstupidcoder Give respect and take respect Chris C. Helped you he said right don't post homework question. Community is helping you without any expectation but respect is always expected.
14th Feb 2021, 4:39 AM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 1
thatstupidcoder In your profile you don't have codes that's why thought homework but still be good with members hope you got your answer.
14th Feb 2021, 4:44 AM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 1
I do not want to set my codes publicly. I hope you understand that I want my codes in private. Besides, I link my code bits in my question. I’m not even disrespecting anyone. The reply of Chris is disrespectful in my end.
14th Feb 2021, 4:47 AM
thatstupidcoder
thatstupidcoder - avatar
+ 1
thatstupidcoder Okay fine I mean your problem is solved or not
14th Feb 2021, 4:50 AM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 1
Read bootstrapstart
14th Feb 2021, 8:47 AM
Naresh Kumar
Naresh Kumar - avatar
0
I saw that but I do not get it JaScript
13th Feb 2021, 10:31 AM
thatstupidcoder
thatstupidcoder - avatar
0
Seriously, you should take the basic web courses that we provide here in order understand all the basic concepts. You will learn all the important bits. You're diving into frameworks with out proper HTML and CSS understanding, or JavaScript. https://getbootstrap.com/docs/5.0/getting-started/introduction/ Put the CSS parts in the <head> Put the script part at the bottom of your document right before the </body>
13th Feb 2021, 11:24 AM
Chris Coder
Chris Coder - avatar
0
Are you using the full Sololearn app? If not download it from here. You will get access to all the tutorials. https://play.google.com/store/apps/details?id=com.sololearn
13th Feb 2021, 11:29 AM
Chris Coder
Chris Coder - avatar
0
external css is a requirement in my professor’s activity. You are asking me to inline my css in my html which is not allowed in the activity. I know about the HTML/ CSS basic. All I’m asking is can someone help me out on how to insert bootstrap in my code.
13th Feb 2021, 12:10 PM
thatstupidcoder
thatstupidcoder - avatar