mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
add yousful to the contributors list
This commit is contained in:
parent
f478ca2c9d
commit
d42d3747c1
4 changed files with 15 additions and 0 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
1
keyboard input/Readme.md
Normal file
1
keyboard input/Readme.md
Normal 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
14
keyboard input/index.html
Normal 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
BIN
range/.DS_Store
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue