| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <body> | 3 <body> |
| 4 <div style="position: absolute; top: -4.5px; left: -4.5px; width: 25px; heig
ht: 25px; background: navy;"> </div> | 4 <div style="position: absolute; top: -4.5px; left: -4.5px; width: 25px; heig
ht: 25px; background: navy;"> </div> |
| 5 <div style="position: absolute; top: -4.5px; left: 20.5px; width: 25px; heig
ht: 25px; background: navy;"> </div> | 5 <div style="position: absolute; top: -4.5px; left: 20.5px; width: 25px; heig
ht: 25px; background: navy;"> </div> |
| 6 <div style="position: absolute; top: 20.5px; left: -4.5px; width: 25px; heig
ht: 25px; background: navy;"> </div> | 6 <div style="position: absolute; top: 20.5px; left: -4.5px; width: 25px; heig
ht: 25px; background: navy;"> </div> |
| 7 <div style="position: absolute; top: 20.5px; left: 20.5px; width: 25px; heig
ht: 25px; background: navy;"> </div> | 7 <div style="position: absolute; top: 20.5px; left: 20.5px; width: 25px; heig
ht: 25px; background: navy;"> </div> |
| 8 <p style="position: absolute; top: 50px;"> | 8 <p style="position: absolute; top: 50px;"> |
| 9 Figure above should appear as a solid dark blue square. | 9 Figure above should appear as a solid dark blue square. |
| 10 </p> | 10 </p> |
| 11 </body> | 11 </body> |
| 12 </html> | 12 </html> |
| OLD | NEW |