String.fontcolor

タグで囲んだ値を得る

構文

stringObject.fontcolor(color)

引数

color=フォント色(例: #000000 or black)

例文

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

<body>

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

</body>
</html>

関連記事

スポンサーリンク

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

上に戻る