TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <body> <h2>Shortcut Instructions</h2> <p>Use the following shortcuts for navigation:</p> <ul> <li>To open the help menu, press <kbd>F1</kbd>.</li> <li>To refresh the page, press <kbd>Ctrl</kbd> + <kbd>R</kbd>.</li> <li>To search, press <kbd>Ctrl</kbd> + <kbd>F</kbd>.</li> </ul> </body> </html>