Html-ins-tag

提供:Dev Guides
2020年6月23日 (火) 01:57時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

HTML <ins>タグ

説明

HTML <ins>タグは、新しく挿入されたテキストを示すために使用されます。

<!DOCTYPE html>
<html>

   <head>
      <title>HTML ins Tag</title>
   </head>

   <body>
      <p>Following text is inserted newly <ins>HTML ins tag</ins>
   </body>

</html>

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

グローバル属性

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

特定の属性

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

Attribute Value Description
cite URL Defines a URL to another document which explains why the text was deleted.
datetime YYYYMMDDHH: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