At Westonci.ca, we make it easy for you to get the answers you need from a community of knowledgeable individuals. Discover in-depth solutions to your questions from a wide range of experts on our user-friendly Q&A platform. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform.

code hs 7.9.11 8. Photo Portfolio
In this challenge, you will change gallery.html from using jumbotrons to using a carousel to show off all of the different galleries.

Get the starter code
First, instead of copying your code from the last challenge, you’ll start from the starter skeleton from the DOCS.

Next, copy or create a jumbotron inside of a div with the class container-fluid with an h1 tag that says The Galleries.

Then, copy or create a container and put the nav tabs inside. Change the orientation of the nav tabs from vertical to horizontal, like this:


Finally, create a new container under the navbar container. The code you will start with can be found here: https://www.w3schools.com/bootstrap/bootstrap_carousel.asp

Copy the starter code for carousels with captions into the third container on the page.

Modify the example code
Take a few minutes to read through the documentation on w3schools so you know what you will need to modify.

Then, modify the starter code so that you have a carousel showing off each of the galleries. The caption should link to that specific gallery’s page.


i can't figure it out and i need help.