String.small

タグで囲んだ値を得る

構文

stringObject.small()

例文

<html>
<head>
<title>String.small</title>
</head>

<body>

<!--<small>タグで囲んだ値を得るのサンプル-->
<script type="text/javascript">
var str="String";
document.write(str.small());
// <small>String</small> を返します
</script>

</body>
</html>

関連記事

スポンサーリンク

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る