Html-q-tag

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

HTML-<q>タグ

説明

HTML <q>タグは、短い引用を示すために使用されます(つまり、 複数行にわたる引用)。

<!DOCTYPE html>
<html>

   <head>
      <title>HTML q Tag</title>
   </head>

   <body>
      Here comes a short quotation: <q> here is a short quotation </q>
   </body>
</html>

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

グローバル属性

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

特定の属性

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

Attribute Value Description
cite URL URL of the quote, if it is taken from the web.

イベント属性

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

ブラウザのサポート

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