R.A. Epigonos et al.

[html] HTML 4.01非推奨属性タグの置換

strike,s - 打ち消し線

/* style.css */
span.s{
  /* substitution for strike tag */
  text-decoration:line-through;
}
/* style.html */
...
<link rel="stylesheet" href="style2.css" type="text/css" />
...
<span style="s">この文章はCSSを用いて打ち消されます。</span>
...

ソーシャルブックマーク

  1. はてなブックマーク
  2. Google Bookmarks
  3. del.icio.us

ChangeLog

  1. Posted: 2009-01-20T21:33:55+09:00
  2. Modified: 2009-01-20T07:58:10+09:00
  3. Generated: 2023-08-27T23:09:11+09:00