如何在 HTML 中指定引文?


使用 HTML 中的 <cite> 標籤指定引文。此處可以將引文定義為作品標題。你可以嘗試執行以下程式碼,實現新增引文的 <cite> 標籤 -

示例

<!DOCTYPE html>
<html>
   <head>
      <title>HTML cite Tag</title>
   </head>
   <body>
      <p>The learning content can be referred from <cite>Data Structures
       & Algorithms in Java</cite><p>
   </body>
</html>

更新於:03-Mar-2020

141 次瀏覽

開啟您的 職業生涯

完成課程,獲得認證

立即開始
廣告
© . All rights reserved.