HTML│CSSタグ辞書
HTMLタグ、CSS(スタイルシート)のテンプレート集なサイトです。
+TOP
+HTML
+CSS
+ETC
+Dictionary
+Link
+Sitemap
TOP
>
HTML
html
HTMLの基本構造
HTMLの書き始め、基本
構造を定義する <html> <head> <body>
文章情報
検索ロボット制御 <meta name="□" content="□">
別ページへの自動ジャンプ <meta http-equiv="refresh" content="□;url=□">
ページのリロード <meta http-equiv="refresh" content="□">
文字コード <meta http-equiv="Content-Type" content="text/html; charset=□">
文書構造
見出しの設定 <h1>〜<h6>
段落を定義 <p>〜</p>
特定の範囲指定 <div> ブロックレベル要素、<span> インライン要素
テキスト関連
改行 <br>
改行させない <nobr>〜</nobr>
入力通りに表示 <pre>〜</pre>
上付き文字 <sup>〜</sup>
下付き文字 <sub>〜</sub>
取り消し線 <del>〜</del>
テキストスクロール <marquee>〜</marquee>
フォント関連
文字サイズ <font size="□">〜</font>
文字色 <font color="□">〜</font>
文字の種類 <font face="□,□,□">〜</font>
斜体 <i>〜</i> <em>〜</em>
強調 <b>~</b> <strong>~</strong>
ページ関連
背景色 <body bgcolor="□">〜</body>
背景画像 <body background="□">〜</body>
バックミュージック <bgsound>
文字基本色 <body text="" link="" alink="" vlink="">
中央揃え <center>〜</center>
横線 <hr> <hr color="□">
画像・リンク
画像表示 <img src="" alt="" width="" height="" border="" align="">
画像への回り込み解除 <br clear="□">
画像間隔 <img src="□" hspace="□" vspace="□">
イメージマップ <map name="□"><area shape="□" ~ >
テキストリンク、画像リンク <a href=" ">~</a>
テーブル
テーブル基本形 <table><tr><td>〜</td></tr></table>
見出し <th>
キャプション <caption>
セルの間隔、マージン <table cellspacing=" "> <table cellpadding=" ">
枠線 <table border="" bordercolor="">
外枠表示指定 <table frame=" ">
内側の線表示指定 <table rules=" ">
テーブル背景色 <table bgcolor=" ">
セル背景色 <tr bgcolor=" "> <th bgcolor=" "> <td bgcolor=" ">
テーブル背景画像 <table background=" ">
セル背景画像 <tr background=" "> <tdh background=" "> <td background=" ">
セル内の改行禁止 <th nowrap> <td nowrap>
縦方向のセル連結 <th rowspan=" "> <td rowspan=" ">
横方向のセル連結 <th colspan=" "><td colspan=" ">
行をグループ化 <thead> <tbody> <tfoot>
列をグループ化 <colgroup>
列にまとめて属性指定 <col>
リスト
リスト基本形 <ul><li>~</li></ul>
リスト(番号付) <ol><li></li></ol>
定義リスト <dl> <dt>~</dt> <dd>~</dd> </dl>
リストのマーク変更 <ul type=" "> <li type=" ">
リスト(番号付)のマーク変更 <ol type=" "> <li type=" ">
リストの開始番号変更 <ol start=" ">
リストの連番変更 <li value=" ">
フレーム
フレーム基本形 <frameset><frame src="">〜</frameset>
境界線の表示 <frame src=" " frameborder=" ">
境界線固定 <frame src=" " noresize>
境界線の幅、色 <frameset border=" " bordercolor=" ">
マージン <frame src=" " marginwidth=" " marginheight=" ">
スクロールバー表示 <frame src=" " scrolling=" ">
ウインドウ指定 <frame src=" " name=" ">
インラインフレーム <iframe src="">〜</iframe>
フォーム
入力フォーム <form action=" " method=" " enctype=" "></form>
送信リセットボタン <input type="submit"> <imput type="reset">
ボタン作成 <button type=" "></button>
テキスト入力フィールド <input type=" "> <textarea></textarea>
見えないフィールド <input type="hidden">
ラジオボタン <input type="radio">
チェックボックス <input type="checkbox">
プルダウン <select><option>〜</option></select>
リストボックス <select size=" "><option>〜</option></select>
選択肢グループ化
<optgroup label=" "><option label=" ">〜</option></optgroup>
入力項目グループ化 <fieldset><legend>〜</legend></fieldset>
ラベル付け <label>〜</label> <label for=" ">〜</label>
その他
DOCTYPE宣言(ドックタイプ宣言)について
検索用語を入力
Web
d-lover.com
検索フォームを送信
クリックお願いします!!
検索用語を入力
Web
d-lover.com
検索フォームを送信