HTML <blockquote> with cite Attribute
You are Here:
HTML <blockquote> with cite Attribute
The cite
attribute specifies a URL to which the text (content) inside the <blockquote> element belongs to.
Example
HTML Online Editor
<!DOCTYPE html>
<html>
<body>
<h1>J. K. Rowling</h1>
<blockquote cite="https://www.jkrowling.com/about/">
Joanne Rowling was born on 31st July 1965 at Yate General Hospital just outside Bristol, and grew up in Gloucestershire in England and in Chepstow, Gwent, in south-east Wales.
</blockquote>
</body>
</html>
Attribute Value
Value | Explanation |
---|---|
URL | Specifies a URL to which the blockquote content belongs to. |
Reminder
Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.
We are working to cover every Single Concept in HTML.
Please do google search for:
Join Our Channel
Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.
This channel is primarily useful for Full Stack Web Developer.