Skip to content

add yousful to the contributors list #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.