VOOZH about

URL: https://www.geeksforgeeks.org/html/html-blockquote-cite-attribute/

⇱ HTML | <blockquote> cite Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | <blockquote> cite Attribute

Last Updated : 21 Jul, 2022
The HTML <blockquote> cite Attribute is used to specify the source of the quotation. Syntax:
<blockquote cite="URL"> 
Attribute Values:
  • URL: it contains the value i.e URL which specifies the source of the quotation.
      Possible Values:
    • absolute URL: It points to another website.
    • relative URL: It points to a file within a website.
    Example: Output : 👁 Image
    Supported Browsers: The browser supported by HTML <blockquote> Cite Attribute are listed below:
    • Google Chrome
    • Edge 12 and above
    • Internet Explorer
    • Firefox 1 and above
    • Opera
    • Safari
Comment
Article Tags: