ヨルガタムヒラ

かゆみと戦うアラフォームヒラーの私が、日々の出来事をつづる場所

よく使うタグ html HTML メモ

◆枠で囲う
<fieldset><legend>タイトル</legend>枠の中の文章</fieldset>

◆サイズ変更
<FONT size="0">FONT size </FONT> <BR>

◆行間
<p style="margin-top: 3em;">

◆点滅
<blink>文字</blink>

◆取り消し線
<S>文字</S>

◆下線
<U>文字</U>

◆別ウィンドウでリンク先へ
<a href="" target="blank"></a>

 

 

◆区切りライン
<hr size="5"><hr width="100"><hr width="50%"><hr width="50%" align="left">
<hr color="blue"><hr size="10" width="50%" color="red">

◆点線、破線



<hr width="400" size="1" color="#660066" style="border-style:dotted">

<hr width="400" size="1" color="#cc6666" style="border-style:dashed">

 

 

◆点線、破線のテーブル

ここに文字

<table style="border-style: dotted; border-width: 3px; border-color: #312646; background: #FFFF00;" width="550" cellspacing="0" cellpadding="15">
<tbody>
<tr>
<td align="center"><span style="font-size: 15px; color: #666666;">ここに文字</span></td>
</tr>
</tbody>
</table>

 

ここに文字

 <fieldset>ここに文字</fieldset>

 

《ここに文字》ここに文字

<fieldset><legend><strong>《ここに文字》</strong></legend>ここに文字</fieldset>

 

【カラーコード表】

黒色#000000 灰色#808080 銀色#C0C0C0 白色#FFFFFF 赤色#FF0000
黄色#FFFF00 水色#00FFFF 青色#0000FF 栗色#800000 緑色#008000
紫色#800080 ライム色#00FF00 オリーブ色#808000 オレンジ#FF8000 ピンク#FF00FF

◆便利なページ

http://sunafukey.fc2web.com/htmltag/table.html