##In HTML, the 5e4e803d53d659f332070b5d4aa430db tag is used to define keyboard text. It is a phrase tag. This tag has been abandoned and is not recommended for use. Generally, it is updated through CSS. Rich effects.
More phrase tags
907fae80ddef53131f3292ee4f81644b: Emphasized text.
8e99a69fbe029cd4e2b854e244eab143: Important text.
7f9d788ef50b059a7f76f3d2e4ccc9d1: A definition item.
ffbe95d20f3893062224282accb13e8f: Computer code text.
162cd570ab1483e383d78dcb7f452f7c: Sample text.
5e4e803d53d659f332070b5d4aa430db: keyboard text.
b7f90f73cad438258bf67e62f79b2113: variable.
Format
##5e4e803d53d659f332070b5d4aa430dbKeyboard textfef2f75ac4ec8153f0fa6efea5a0515d
Example
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>html< kbd>标签笔记_PHP笔记</title>
</head>
<body style="font-size:28px;">
<em>强调文本</em><br>
<strong>加粗文本</strong><br>
<dfn>定义项目</dfn><br>
<code>一段电脑代码</code><br>
<samp>计算机样本</samp><br>
<kbd>键盘输入</kbd><br>
<var>变量</var>
</body>
</html>
</html>
The above is the detailed content of How to use html kbd tag. For more information, please follow other related articles on the PHP Chinese website!
Statement: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