HTML文本格式化
<html>
<body>
<code>Computer code</code>
<br />
<kbd>Keyboard input</kbd>
<br />
<tt>Teletype text</tt>
<br />
<samp>Sample text</samp>
<br />
<var>Computer variable</var>
<br />
<p>
<b>
<!--这些标签常用于计算机/编程代码-->
</p>
</body>
</html>
Computer code
Keyboard input
Teletype text
Sample text
Computer variable
地址标签的应用
<html>
<body>
<address>
Written by<a href ="mailto:webmaster@example.com">Donald Duck</a><br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>
</body>
</html>
缩写和首字母缩写
<html>
<body>
<abr title="

浙公网安备 33010602011771号