I'm trying to make a simple HTML5/JS app. and having an issue while writing code in index.html. Yesterday when using style attribute the property: value were in a single quote (apostrophe). but today the same thing is in double quotes. I have searched the web but didn't find a solution.
<tr style='width: auto'>
<td></td>
<td></td>
<td></td>
<td style='width: 10%'></td>
<td style='width: 10%'></td>
<td style=""></td>
<td></td>
<td></td>
<td style=""></td>
</tr>
Using Netbeans 8.2
This happens automatically when I press = equal key