How to use html kbd tag
Release: 2019-05-27 10:34:09
Original
4785 people have browsed it
##In HTML, the
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: Emphasized text. : Important text. : A definition item. : Computer code text. : Sample text. : keyboard text. : variable.
Format
##Keyboard text
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>
Copy after login
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 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
Latest Articles by Author
-
2020-02-27 16:50:07
-
2020-01-30 22:49:41
-
2020-01-30 22:43:08
-
2023-04-08 11:32:02
-
2023-04-08 11:24:01
-
2023-04-08 11:00:01
-
2023-04-08 10:56:02
-
2023-04-08 10:54:02
-
2023-04-08 10:36:01
-
2023-04-08 10:34:01