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="

 

posted @ 2017-08-07 21:34  木槿花的梦想  阅读(77)  评论(0)    收藏  举报