Html-del-tag

提供:Dev Guides
移動先:案内検索

HTML-<del>タグ

説明

HTML <del>タグは、削除されたテキストのマークアップに使用されます。

<!DOCTYPE html>
<html>

   <head>
      <title>HTML del Tag</title>
   </head>

   <body>
      <p>Following text is deleted using <del>HTML del tag
   </body>

</html>

これは、次の結果を生成します-

グローバル属性

このタグは、リンク:/html/html_attributes_reference [HTML属性リファレンス]で説明されているすべてのグローバル属性をサポートします

特定の属性

HTML <del>タグは、次の追加属性もサポートしています-

Attribute Value Description
cite URL Defines a URL to another document which explains why the text was deleted.
datetime YYYYMMDD HH:MM:SS Defines the date and time the text was deleted.

イベント属性

このタグは、link//html/html_events_reference [* HTMLイベントリファレンス*]で説明されているすべてのイベント属性をサポートしています。

ブラウザのサポート

Chrome Firefox IE Opera Safari Android
Yes Yes Yes Yes Yes Yes