0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

sタグ と delタグの違い

Last updated at Posted at 2022-01-03

文法的な違い

<s>
パルパブル・コンテントにも属する
コンテントモデルはフレージング・コンテント

<del>
トランスペアレント
属性で cite, datetime などの更新情報を付与できる

どう使い分ける?

<s>
トランスペアレントじゃない ≒ 独自のアピールをする
→取り消した理由をアピールする

<del>
特別なアピールはせず単純に変更履歴を表現する

サンプルソース

<s>

<p>アイスティーとレモネード!</p>
<s>1本 500円</s>
<strong>なんと今だけ 400円!</strong>

<del>

<p>アイスティーとレモネード!</p>
<del datetime="2017-08-15">1本 500円!</del>
<ins>1本 540円(税込)!</ins>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?