In my code I created textareas for get input, then after run the code it show correctly in Google chrome web browser. But when I run with the Firefox, the text area height had increased.
<td style="height:15px;width:15px">1</td>
<td><textarea class="form-control" id="spec1" name="date" type="text" rows="1.5" cols="30"></textarea></td>
<td><textarea class="form-control" id="minimum1" name="date" type="text" rows="1.5" cols="30"></textarea></td>
<td style="height:15px;width:15px"><input id="mandotory1" name="date" type="checkbox" style="margin-Left:50px;margin-Top:10px;width: 15px;height: 15px;"/></td>
Google Chrome
Firefox