string.small( )
<html><head><title>JavaScript String small() Method</title></head><body><script type="text/javascript">var str = new String("Hello world");alert(str.small());</script></body></html>
<small>Hello world</small>