html blockquote tag

In the html5 <blockquote> is used to indicate long quotations for a text and also browser insert whitespace before and after for blockquote and which tag you can use to inside of paragraph tag. If you not need to quote for a text or sentence to use the html <q> tag.

All major browsers is supporting html <blockquote> tag. The <blockquote> tag supports standard attributes are Class,dir, id, lang, style, title, xml :lang.

Syntax:

<blockquote> Tag or Paragraph Content </blockquote>

Example Code

<!DOCTYPE HTML>
<blockquote> html is a Hyper Text Markup Language version 5 . Which is using to structuring and presenting content for the internet or world wide web. </blockquote>

Out Put:



html is a Hyper Text Markup Language version 5 . Which is using to structuring and presenting content for the internet or world wide web.

In the above example blockquote tag has been used for What is Html contents.





Content