HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <a href="/jquery">Learn jQuery</a> <script> document.getElementsByTagName("a")[0].accessKey = "j"; </script> <p><strong>Try the following</strong></p> <p>IE, Chrome, Safari, Opera: [ALT] + j</p> <p>Firefox: [ALT] [SHIFT] + j</p> <p><strong>Note</strong>: Try after focusing this output window.</p> </body> </html>
OUTPUT
×

Save as Private