如何在HTML中使用引號?

WBOY
發布: 2023-09-17 15:09:03
轉載
1034 人瀏覽過

如何在HTML中使用引號?

我們使用標籤,在HTML中加入短引號。如果我們想要引用多行,請使用

標籤。

我們也可以使用

標籤內的cite屬性以URL形式指示引用的來源。

文法

以下是 標記的語法。

<q>The content to be quoted</q>
登入後複製

範例

以下是標籤的範例程式。

<!DOCTYPE html>
<html>
<head>
</head>
<body>
   <p>DLF stands for <q>Delhi Land and Finance</q></p>
   <p>Delhi Land and Finance is one of the largest commercial real estate developer in India.</p>
</body>
</html>
登入後複製

範例

在下面的範例中,我們在

標記內的特定文字上使用了 標記。

<!DOCTYPE html>
<html>
<head>
   <title>HTML u tag</title>
</head>
<body>
   <h1>Welcome to <q> INDIA </q> Kids.</h1>
</body>
</html>
登入後複製

使用區塊引用標籤

HTML中的

標籤用於顯示長引用。

文法

以下是

標記的語法。

<blockquote>The multiple line content to be quoted </blockquote>
登入後複製

範例

以下是

標籤的範例程式。

<!DOCTYPE html>
<html>
<head>
</head>
<body>
   <p>DLF stands for Delhi Land and Finance</p>
   <blockquote>Delhi Land and Finance is one of the largest commercial real estate developer in India.</blockquote>
</body>
</html>
登入後複製

以上是如何在HTML中使用引號?的詳細內容。更多資訊請關注PHP中文網其他相關文章!

來源:tutorialspoint.com
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板