0

I have questions

What's bootstrap, what's div classes, how do I make my HTML layouts look better.

23rd Oct 2024, 12:46 PM
Roblox Dude
Roblox Dude - avatar
4 Respostas
+ 3
Bootstrap is a popular framework for building responsive web pages. It provides ready-made CSS and JavaScript components like grids, buttons, forms, and other UI elements, which make web development faster and easier. The key advantage of Bootstrap is that it allows developers to create pages that display correctly on various devices (phones, tablets, desktops) thanks to its grid system.
23rd Oct 2024, 7:57 PM
Melkon
Melkon - avatar
+ 2
bootstrap gives you a bunch of classes for CSS to help you more easily stylize your HTML page. There are other systems that are similar to bootstrap. It is a great way to upgrade the look of your site. Google it for tutorials on how to get started with bootstrap. I do not know if bootstrap works inside the SoloLearn environments. I haven't tested that myself. Div classes are HTML containers. When you have an assortment of items on your page, you use DIV to block them together. Then you can format that block. First, learn HTML, then CSS, then BootStrap.
23rd Oct 2024, 1:23 PM
Jerry Hobby
Jerry Hobby - avatar
+ 2
You have posted several messages about the same project in the last few minutes. Don't spam the discussion boards about your project. Create a post, add your code, and ask your specific questions about your code. We will help you with whatever question you have. You don't need to create 5 or 10 posts about the same project.
23rd Oct 2024, 1:25 PM
Jerry Hobby
Jerry Hobby - avatar
0
Jerry i already know HTML and CSS
24th Oct 2024, 1:50 AM
Roblox Dude
Roblox Dude - avatar