<PRE> 〜 </PRE>
<PRE>タグと</PRE>タグで囲まれた部分が、整形済みであることを示します。
このタグで囲まれたテキストは等幅フォントで表示され、HTML文書内の空白文字や改行などが、ブラウザ画面にそのまま反映されます。
TD,P{
font-size : 9pt;
font-family : "MS ゴシック";
font-weight : normal;
line-height:150%;
virtical-align:middle;
color:#999999;
}
<PRE>
TD,P{
font-size : 9pt;
font-family : "MS ゴシック";
font-weight : normal;
line-height:150%;
virtical-align:middle;
color:#999999;
}
</PRE>