JavaScript Tutorial/String/small
Версия от 18:52, 25 мая 2010; (обсуждение)
string.small()
The small() method converts the string to an instance of the tag.</p>
<html>
<script language="JavaScript1.1">
<!--
var myString = new String("Hello, World!");
document.write(myString.small());
document.close();
-->
</script>
</html>