PNLdev
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
En
English
فارسی
En
English
فارسی
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
Run
<html> <head> <style> kbd { border: 2px solid black; padding: 2px; border-radius: 5px; } </style> </head> <body> <p>press on you are keyboard <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Delete</kbd> You can open the menu and enter the task manager</p> <p>press on you are keyboard <kbd>window</kbd> + <kbd>v</kbd> You enter the clipboard window and you can see the history of your copies</p> </body> </html>