<td style="font-family:Arial Rounded MT;"> <label id="Question_no"><span style="font-size:20px;">Question</span>:</label> <asp:Label ID="Ques_id_label" runat="server" Text="Label"></asp:Label></td> </tr> <tr> <td style="height:20px"></td> </tr> <tr> <td style="font-family:'Times New Roman'; font-size:18px; "> <label id="Question_detail"><%# Eval ("Question") %></label> </td> </tr> <tr> <td style="font-family:'Times New Roman'; font-size:18px;"> <ol style="list-style:upper-alpha"> <li> <label id="optn1">   <%# Eval ("Option1") %></label></li> <li> <label id="optn2">   <%# Eval ("Option2") %></label></li> <li> <label id="optn3">   <%# Eval ("Option3") %></label></li> <li> <label id="optn4">   <%# Eval ("Option4") %></label></li> </ol> </td> </tr>
<td style="font-family:Arial Rounded MT;">
<label id="Question_no"><span style="font-size:20px;">Question</span>:</label>
<asp:Label ID="Ques_id_label" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="height:20px"></td>
<td style="font-family:'Times New Roman'; font-size:18px; ">
<label id="Question_detail"><%# Eval ("Question") %></label>
</td>
<td style="font-family:'Times New Roman'; font-size:18px;">
<ol style="list-style:upper-alpha">
<li>
<label id="optn1">   <%# Eval ("Option1") %></label></li>
<label id="optn2">   <%# Eval ("Option2") %></label></li>
<label id="optn3">   <%# Eval ("Option3") %></label></li>
<label id="optn4">   <%# Eval ("Option4") %></label></li>
</ol>