+ 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
32 odpowiedzi
+ 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.
+ 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.
+ 4
Here can you see:
https://www.w3schools.com/bootstrap4/
+ 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.
+ 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.
+ 2
And for the record. I coded this all by myself 😉
+ 2
Just to to the bootstrap website and then copy paste the script code and you're ready to go
+ 2
Hope this will help you! 👇🏻
https://websitesetup.org/bootstrap-tutorial-for-beginners/
+ 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
+ 1
thatstupidcoder
unfortunatelly I did not learn it yet. I think it is not necessary, at least for me 😊
+ 1
But I suggest you learn the basics before using frameworks 🙂
+ 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.
+ 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.
+ 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.
+ 1
thatstupidcoder Okay fine I mean your problem is solved or not
+ 1
Read bootstrapstart
0
I saw that but I do not get it JaScript
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>
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
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.