如何在 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.