Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
|
samuong
2017/03/27 18:22:07
don't forget the <!DOCTYPE html> at the top
gmanikpure
2017/03/27 20:59:36
Done.
| |
| 2 <body> | |
| 3 <script> alert('This is a javascript alert.'); </script> | |
|
samuong
2017/03/27 18:22:06
nit: don't put spaces before the alert statement
gmanikpure
2017/03/27 20:59:36
Done.
| |
| 4 </body> | |
| 5 </html> | |
| OLD | NEW |