String.sup

タグで囲んだ値を得る

構文

stringObject.sup()

例文

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

<body>

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

</body>
</html>

関連記事

スポンサーリンク

BEGIN トランザクションを開始する

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

上に戻る