JavaScript small() 方法
![String 对象参考手册](http://static.json.cn/r/uploadfile/up/3e/a9/18/41e5761fb9ace3ecbd611c59b218a93e.jpg)
定义和用法
small() 方法用于把字符串显示为小号字。
该方法返回加了 <small> 标签的字符串, 如下所示:
<small>string</small>
语法
string.small()
浏览器支持
所有主要浏览器都支持 small() 方法。
实例
![String 对象参考手册](http://static.json.cn/r/uploadfile/up/3e/a9/18/41e5761fb9ace3ecbd611c59b218a93e.jpg)
JavaScript 参考手册
small() 方法用于把字符串显示为小号字。
该方法返回加了 <small> 标签的字符串, 如下所示:
<small>string</small>
所有主要浏览器都支持 small() 方法。