Question 7 Which Bootstrap class will apply a striped look to a Bootstrap table? code example
Example 1: striped table bootstrap
<table class="table table-striped">
Example 2: getbootstrap.com table
<nav class="navbar navbar-light bg-light">
<span class="navbar-text">
Navbar text with an inline element
</span>
</nav>