HTML要素一覧

レイアウト・構造

テキスト・コンテンツ

  • <p>
  • <h1>
  • <h2>
  • <h3>
  • <h4>
  • <h5>
  • <h6>
  • <blockquote>
  • <ol>
  • <ul>
  • <li>
  • <dl>
  • <dt>
  • <dd>
  • <figure>
  • <figcaption>
  • <em>
  • <strong>
  • <small>
  • <s>
  • <cite>
  • <q>
  • <dfn>
  • <abbr>
  • <ruby>
  • <rt>
  • <rp>
  • <data>
  • <time>
  • <code>
  • <var>
  • <samp>
  • <kbd>
  • <sub>
  • <sup>
  • <i>
  • <b>
  • <u>
  • <mark>
  • <bdi>
  • <bdo>
  • <span>
  • <br>
  • <wbr>

ナビゲーション・リンク

  • <a>

メディア・画像

  • <img>
  • <iframe>
  • <embed>
  • <object>
  • <param>
  • <video>
  • <audio>
  • <source>
  • <track>
  • <canvas>
  • <map>
  • <area>
  • <svg>
  • <math>

フォーム・入力

  • <form>
  • <label>
  • <input>
  • <button>
  • <select>
  • <datalist>
  • <optgroup>
  • <option>
  • <textarea>
  • <output>
  • <progress>
  • <meter>
  • <fieldset>
  • <legend>

インタラクティブ

テーブル・データ

  • <table>
  • <caption>
  • <colgroup>
  • <col>
  • <tbody>
  • <thead>
  • <tfoot>
  • <tr>
  • <td>
  • <th>

メタデータ・スクリプト

CSSプロパティ一覧

1. レイアウト (Layout)

  • display
  • grid-template-columns
  • flex-direction
  • gap
  • place-items
  • position
  • z-index
  • aspect-ratio
  • subgrid
  • container-type
  • container-name

2. ボックスモデルとサイズ (Box Model & Sizing)

  • width
  • height
  • margin
  • padding
  • border
  • box-sizing
  • overflow
  • object-fit
  • margin-inline
  • padding-block
  • inset

3. タイポグラフィとテキスト (Typography & Text)

  • font-family
  • font-size
  • font-weight
  • line-height
  • text-align
  • letter-spacing
  • white-space
  • text-overflow
  • list-style
  • text-wrap
  • -webkit-line-clamp

4. 色・背景・装飾 (Colors, Backgrounds & Effects)

  • color
  • background-color
  • background-image
  • background-size
  • opacity
  • box-shadow
  • border-radius
  • filter
  • backdrop-filter
  • mix-blend-mode
  • clip-path

5. アニメーションと変形 (Animations & Transforms)

6. セレクタと論理構造 (Selectors & Logic)

  • :hover
  • :focus
  • :nth-child
  • :not
  • :has
  • :where
  • :is
  • @layer
  • @import

7. 変数と関数 (Variables & Functions)

  • var()
  • calc()
  • min()
  • max()
  • clamp()
  • color-mix()
  • light-dark()

8. ユーザーインターフェースとクエリ (UI & Media Queries)

  • @media
  • prefers-color-scheme
  • prefers-reduced-motion
  • accent-color
  • appearance
  • user-select