HTML Blockquote Tag


The HTML

Tag is employed to define a block of text which is quoted from another source. The Browser usually displays the content within the
Tag as indented text.

If you would like to insert an extended quote then use and for brief or inline quotes use the Tag.

The

Tag specifies a neighborhood that’s quoted from another source.

Browsers usually indent blockquote elements (look at the instance below to ascertain the way to remove the indentation).

Example:-

  
  
  
    HTML Blockquote tag  
  
  
    

Example of HTML blockquote tag

A Great Motivational Quote :

At the end of the day, you are solely responsible for your success and your failure. And the sooner you realize that, you accept that, and integrate that into your work ethic, you will start being successful. As long as you blame others for the reason you aren't where you want to be, you will always be a failure.

Output:-

HTML Blockquote tag

Example of HTML blockquote tag


A Great Motivational Quote :

At the end of the day, you are solely responsible for your success and your failure. And the sooner you realize that, you accept that, and integrate that into your work ethic, you will start being successful. As long as you blame others for the reason you aren’t where you want to be, you will always be a failure.


Leave a Comment