缩略语

效果

当把鼠标悬停在缩略语abbr标签上需要看到完整文本内容就要使用title属性.

代码

<p>当把鼠标悬停在缩略语<abbr title="abbreviation">abbr</abbr>标签上需要看到完整文本内容就要使用title属性.</p>

地址

效果

Bootstrap, Inc.
ABC Street 688号, 北京, 中国
tel: (12)3456-7890
姓名
email@bootstrap.com

代码

<address>

        <strong>Bootstrap, Inc.</strong><br>

        ABC Street 688号, 北京, 中国<br>

        <abbr title="Telphone Number">tel:</abbr> (12)3456-7890

    </address>

    <address>

        <strong>姓名</strong><br>

        <a href="mailto:#">email@bootstrap.com</a>

    </address>