Guest User

Untitled

a guest
Sep 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>Example of the 'keypress' event on the window object, awith shift, meta and alt</title>
  7. </head>
  8. <body>
  9. <p>Please type some keys and see what happens. Try typing key modifiers at the same time: shift, alt, control</p>
  10. <div id="keys"></div>
  11. </body>
  12. </html>
Add Comment
Please, Sign In to add comment