JavaScript Tutorial/String/small

Материал из Web эксперт
Версия от 08:24, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

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>