String.bold

タグで囲んだ値を得る

構文

stringObject.bold()

例文

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

<body>

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

</body>
</html>

関連記事

スポンサーリンク

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

上に戻る