文字の表示 文字を太く表示させる     ??<b>??</b>?? 文字を斜体で表示       ??<i>??</i>??? 文字に下線を引くには     ??<u>??</u>?? 文字に消し線         ??<s>??</s>?? 上付きの文字         ??<sup>??</sup>?? 下付きの文字         ??<sub>??</sub>?? 文字の大きさを変える     ??<big>??</big>?? 又は ??<small>??</small>?? 文字のサイズを指定      ??<font size=7>??</font>?? 見出しサイズ         <h6>??</H6>  右揃え           <h5 align="right">??</h>  左揃え           <h4 align="left">??</h>  真中揃え          <h3 align="center">??</h>  文字を動かす 文字を動かして表示する    ??<marquee>??</marquee>?? 回数を指定 ??<marquee loop=3>??</marquee>?? 左右に動く          ??<marquee behavior="alternate">??</marquee>?? 回数指定           ??<marquee loop=3 behavior="alternate">??</marquee>?? 右端で止める         ??<marquee behavior="slide">??</marquee>??    文字色指定 ページの基本文字色を設定    <body text=navy><!-- geoguide start --><div align=center><script language="javascript">var jps=382116062;var jpt=1540265823</script><script language="javascript" src="http://bc-geocities.yahoo.co.jp/js/gg.js"></script></div><!-- geoguide end --><DIV ALIGN=CENTER><!--#geoguide--></DIV> 一番したの行に</body> 文字色単体設定        ??<font color=red>??</font>?? RGB指定          ??<font saiz=7 color=#ff0000>??</font>?? チップ表示          <acronym title="????">??</acronym> ページに反映されない文字    <!--??-->  レイアウト 入力状態のまま表示      <pre> 一番したの行に</pre> テキストに段落を付ける    <p>??</p>  段落のテキストを中央に   <p align="center">??</p> テキストを改行する      <br> 複数の改行をする       <br><br><br><br> 任意で ページに横線を入れる      <hr> 塗りつぶし線         <hr noshade> 線の太さを決定する      <hr size="3"> 3ピクセルの線が引かれます 線の長さを変えるには     <hr size="3" width="50%"> 半分の線が引かれます 線を右寄せにする       <hr size="3" width="50%" align="left"> 線の色を指定する       <hr size="3" width="50%" align="left" color"navy"> 指定した部分をセンターに表示 <center> 一番したの行に</center>  画像のレイアウト 画像を表示させる       <img src="../../../../www.geocities.jp/server-errors/not_found.html"> 画像サイズを変更させるには  <img src="../../../../www.geocities.jp/server-errors/not_found.html" width="350">              <img src="../../../../www.geocities.jp/server-errors/not_found.html" width="350" height="200"> 画像に枠を設定        <img src="../../../../www.geocities.jp/server-errors/not_found.html" width="350" height="200" border="5"> 写真のコメント上下位置の設定 <img src="../../../../www.geocities.jp/server-errors/not_found.html"aling="top"> "middle" "bottom" 写真のコメント左右位置の設定 <img src="../../../../www.geocities.jp/server-errors/not_found.html"aling="light"> "left" テキストの画像回りこみの解除 <br clear="left"><br> テキストと画像の間隔設定   <img src="../../../../www.geocities.jp/server-errors/not_found.html"aling="light" hspace="15"> 設定で画像を開かない人用   <img src="../../../../www.geocities.jp/server-errors/not_found.html"aling="light" hspace="15" alt="名前"> ページの背景に色を付ける    <body bgcolor="#FFFF55"> 一番したの行に</body> ページの背景に画像をつける   <body background="../../../../www.geocities.jp/server-errors/not_found.html"> 一番したの行に</body>  テーブルを設定する 基本の形           <table>                <tr> <th>1マスメ</th> (注:thは太文字表示) <th>2マスメ</th> <th>3マスメ</th> </tr> </table> テーブルに枠を付ける     <table border="3"> (注:単位はピクセル)                <tr> <th>1マスメ</th> (注:thは太文字表示) <th>2マスメ</th> <th>3マスメ</th> </tr>                <tr>          <td>1マス下</td> (注:tdは細文字表示) <td>2マス下</td> <td>3マス下</td>                <tr> </table> 横幅を設定する        <table border="3" width="70%"> セル同士の間隔の設定     <table border="3" width="70%" cellspacing="8"> 列の幅を変更するには     <th width="25%"> セルの高さを設定するには   <td height="75"> セル内の縦方向の位置     <td height="75" valig="top"> セル内の横方向の位置     <td height="75" valig="top" align="right> セルの横連結         <td colspan="3"> セルの縦連結         <td rowspan="2"> 文章をテーブルの横に表示   <table border="3" width="70%" cellspacing="8" align="left"> テーブルの背景を設定     <table border="3" background="P-jisyo051e.html??????.gif"> セルに背景色をつける     <tr bgcolor="#FFFFR0">