I have the following tag
You don't need 2 style attributes - just use one:
Consider, however, using a CSS class instead:
CSS:
.100pxSquare { width: 100px; height: 100px; }
HTML: