I am trying to fix the position of first <tr>
in <table>
but it now looks like this:
but I would like to have it like this:
I tried:
<table id="myHeader" class="table table-striped table-hover table-bordered table-responsive"><tbody>
<tr style="position: fixed;">
<th>Sr.</th>
<th>Question</th>
<th class="mobiile">Your Answer</th>
<th>Right Answer</th>
<th>Marks</th>
</tr>