blockquote

blockquote


The HTML <blockquote> element is used to represent quoted material from another source.

HTML CODE EXAMPLE
I found a development team site where the homepage says: 
<blockquote cite="http://www.crapsitemaker.com">
  "Websites Starting At $9.99"
</blockquote>
I guess you would get what you pay for.

Live Browser
I found a development team site where the homepage says: 
"Websites Starting At $9.99"
I guess you would get what you pay for.

Attributes for this element:

cite - URL leading to the original source of the quoted material
Possible Values: "URL"
global attributes - global core attributes
See: list of global attributes

Events handlers for this element:

global event handlers - global event handler attributes
See: list of global event handlers

Related Posts :

  • noscript noscript HTML noscript Element The HTML <noscript> element is used to offer up alternate … Read More...
  • ol ol HTML ol Element The HTML <ol> ordered list element is used to render numbered lists us… Read More...
  • meter meter HTML meter Element NOTE: This new element is HTML5 and will be a standardized element in … Read More...
  • object object HTML object Element The HTML <object> element is used to add an external resource … Read More...
  • nav nav HTML nav Element NOTE: This new element is HTML5 and will be a standardized element in 2014… Read More...

0 Response to "blockquote"

Post a Comment