
The Missing Bootstrap 5 Guide
By :

Here’s a description of all the different page types. There are nine different page types used to create the 12 different pages. Eight of them are being used once, and the last one, the Article page, is being used four times.
This is the home page for the online store. On this page, the user can see a hero section, learn about the benefits, explore the collections, view popular products, and sign up for the newsletter.
Here is a screenshot of the full page as seen on a desktop device:
Figure 7.13 – Home page on a desktop device
The overall code structure in the <body>
tag for this page can be seen next. The different modules have been replaced with [Name of the module]
and they will be further described afterward (except for Header and Footer, which were described in the previous section):
part-2/chapter-7/website/index.html
<body> [Header] [Hero] ...