HTML Tutorial
HTML blockquote Tag –

|
HTML <blockquote> tag is used to define a block of text which is quoted from another source. The Browser usually displays the content within <blockquote> tag as indented text. If you want to insert a long quote then use <blockquote> and for short or inline quote use <q> tag. SyntaxFollowing are some specifications about the <blockquote> tag
ExampleOutput:
Styling <blockquote> tagNote: We have used CSS property margin-right: 25px to change the indentation applied to the text. You can also use margin-left or margin shorthand property.Output:
AttributeTag specific attribute
Global attributesThe <blockquote> tag supports all the global attributes in HTML. Event attributesThe <blockquote> tag supports all events attributes in HTML. Supporting Browsers
Next TopicHTML body Tag
|



Chrome
IE
Firefox
Opera
Safari

