如何用 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-3-2020

142 次瀏覽

開啟你的職業生涯

完成課程並獲得認證

開始
廣告
© . All rights reserved.