This commit is contained in:
Yusuf Olanrewaju 2022-10-29 23:42:44 +01:00 committed by GitHub
commit 3bc326e73e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

1
keyboard input/Readme.md Normal file
View File

@ -0,0 +1 @@
the kbd tag is use to specify the keyboard commmand for different Operating System.

14
keyboard input/index.html Normal file
View File

@ -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>

BIN
range/.DS_Store vendored Normal file

Binary file not shown.