2012年11月15日
横罫線を入れる
【ソース】
<hr>
<hr size="太さ" width="長さ" align="center | right | left" color="色指定" noshade>
【説明】
sizeは、ピクセルで指定、
widthは、ピクセルか%で指定、
noshadeは、影付の場合に記述し、そうでな場合には記述しません。
新しいHTMLの標準仕様では使えなくなっています。
【サンプル】
▼以下のソースを表示します
<hr>
<hr noshade>
<hr size="10">
<hr size="15" width="15" color="red">
<hr size="5" width="50%" align="right">
<hr size="5" width="50%" align="left" color="#0000FF" noshade>
[表示]
<hr>
<hr size="太さ" width="長さ" align="center | right | left" color="色指定" noshade>
【説明】
sizeは、ピクセルで指定、
widthは、ピクセルか%で指定、
noshadeは、影付の場合に記述し、そうでな場合には記述しません。
新しいHTMLの標準仕様では使えなくなっています。
【サンプル】
▼以下のソースを表示します
<hr>
<hr noshade>
<hr size="10">
<hr size="15" width="15" color="red">
<hr size="5" width="50%" align="right">
<hr size="5" width="50%" align="left" color="#0000FF" noshade>
[表示]
【ブログ・制作Tip!の最新記事】
投稿者:ひょっとこ弥太郎|17:12|ブログ・制作Tip!
この記事へのコメント