Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta name="viewport" content="width=device-width, minimum-scale=1"> | |
| 5 | |
| 4 <style type="text/css"> | 6 <style type="text/css"> |
| 5 body { | 7 body { |
| 6 height: 500px; | 8 height: 500px; |
| 7 width: 500px; | 9 width: 500px; |
| 8 margin: 0px; | 10 margin: 0px; |
| 9 } | 11 } |
| 10 </style> | 12 </style> |
| 11 </head> | 13 </head> |
| 12 <body> | 14 <body> |
| 13 </body> | 15 </body> |
| 14 </html> | 16 </html> |
| 15 | 17 |
| OLD | NEW |