Home > Web Front-end > HTML Tutorial > Include keyboard text in HTML

Include keyboard text in HTML

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2023-09-21 13:09:08
forward
1306 people have browsed it

Include keyboard text in HTML

Use the tag in HTML to display keyboard text. HTML tag defines keyboard input. This is a phrase tag.

Example

You can try running the following code to achieve the tag -

<!DOCTYPE html>
<html>
   <head>
      <title>HTML kbd Tag</title>
   </head>
   <body>
      <p>Open previously closed tab using
         <kbd>Ctrl</kbd>+
         <kbd>Shift</kbd>+
         <kbd>T</kbd>
   </body>
</html>
Copy after login

The above is the detailed content of Include keyboard text in HTML. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template