JavaScript small() Method
Complete String Object Reference
Definition and Usage
The small() method is used to display a string in a small font.
Syntax
Example
In this example "Hello world!" will be displayed in a small font:
<script type="text/javascript">
var str="Hello world!";
document.write(str.small());
</script>
|
Try-It-Yourself Demos
small()
How to use small() to display a string in a small font.
Complete String Object Reference
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|