Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions keyboard input/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
the kbd tag is use to specify the keyboard commmand for different Operating System.
14 changes: 14 additions & 0 deletions keyboard input/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Keyboard tag</title>
</head>
<body>
<h2>Specific keyboard(kbd) tag</h2>h
<p>Press <kbd>Ctrl</kbd> + <kbd>S</kbd> to save text (Window). </p>
<p>Press <kbd>Command</kbd> + <kbd>S</kbd> to save text (MacOS). </p>
</body>
</html>
Binary file added range/.DS_Store
Binary file not shown.