Skip to content

Instantly share code, notes, and snippets.

@hail2u
Created October 23, 2011 08:08
Show Gist options
  • Save hail2u/1307037 to your computer and use it in GitHub Desktop.
Save hail2u/1307037 to your computer and use it in GitHub Desktop.
CSSでHTML要素の基本的な装飾を行う時にジャンルごとに分けて仕様書順に書いていくようにした。これはそのためにシンプル化した目次。

Sections

  • body
  • section
  • nav
  • article
  • aside
  • h1, h2, h3, h4, h5, and h6
  • hgroup
  • header
  • footer
  • address

Grouping content

  • p
  • hr
  • pre
  • blockquote
  • ol
  • ul
  • li
  • dl
  • dt
  • dd
  • figure
  • figcaption
  • div

Text-level semantics

  • a
  • em
  • strong
  • small
  • s
  • cite
  • q
  • dfn
  • abbr
  • time
  • code
  • var
  • samp
  • kbd
  • sub and sups
  • i
  • b
  • u
  • mark
  • ruby
  • rt
  • rp
  • bdi
  • bdo
  • span
  • br
  • wbr

Edits

  • ins
  • del

Embedded content

  • img
  • iframe
  • embed
  • object
  • param
  • video
  • audio
  • source
  • track
  • canvas
  • map
  • area

Tabular data

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

Forms

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

Interactives

  • details
  • summary
  • command
  • menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment