79411641

Date: 2025-02-04 12:12:22
Score: 0.5
Natty:
Report link

This:

<div style="display: table; width: 100%">
<form>
<div style="display: table-row; width: 100%">
</div>
</form>
</div>

will NOT expand the 'table' to 100%. Because the form tag is in the way. Put the form tag outside, encompassing the 'table' i o t make it expand to 100%.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sebastian H