<!doctype html> <html> <head> <title>Your Title Here</title> <style> html, body { margin: 0; } a:hover { text-decoration: underline; } </style> </head> <body bgcolor="ffffff"> <a href="http://somegreatsite.com">Link Name</a> is a link to another nifty site <h1>This is a Header</h1> <h2>This is a Medium Header</h2> Send me mail at <a href="mailto:support@yourcompany.com">support@yourcompany.com</a>. <p> This is a new paragraph!</p> <p> <b>This is a new paragraph!</b></p> & <script> var foo = 1, bar = true, baz = 'yeet', re = /./g; if (foo == bar) { alert('thanks for inventing javascript :^)'); } </script> </body> </html>
wombat
charcoal