In this task, you will utilize Bootstrap to enhance certain elements in your previously done exercises such as a top navigation bar, a table layout and a form.
- Implement a responsive top navigation bar using Bootstrap's Navbar component.
- Include all exercises link to the top navigation bar (e.g., Home, Exercise1, Exercise2....)
- Apply some custom css to the navigation bar.
Open the exercise5.html file and include the following tasks into the existing content of the file.
- Create a table using Bootstrap's Table component.
- Include headers and at least five rows of sample data in the table.
- Apply some custom css to the table.
- Design a simple form using Bootstrap's Form component.
- Include fields such as name, email, and a submit button.
- Apply some custom css to the form.