Bootstrap provides a couple of classes for advanced table styling.
Striped rows
You will have a table with striped rows, if you add .table-striped class:
<table class="table table-striped">
<thead><tr><th>First Name</th><th>Last name</th><...