How to use html kbd tag

silencement
Release: 2019-05-27 10:34:09
Original
4785 people have browsed it

How to use html kbd tag

##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!

Related labels:
source:php.cn
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