What is the blockquote element? in web page designing

Asked By 30 points N/A Posted on -
qa-featured

Hello,

What is the Blockquote element?

How does it work? Where does it use?

Please tell me about the details.

Is Blockquote element important to web page?

 

SHARE
Best Answer by Mackt Salaop
Best Answer
Best Answer
Answered By 5 points N/A #163271

What is the blockquote element? in web page designing

qa-featured

Hi,

Blockquote is a special tag that is used to emphasize that the word blocked is important. The tag not really popular in the internet but still used.

The tag used for blockquote is  <blockquote>  </blockquote>.

One example for use of this:

<blockquote>

This writing is really special,

You need to notice it and read it because the writer will become famous in the future.

</blockquote>

Thanks.

Answered By 0 points N/A #163272

What is the blockquote element? in web page designing

qa-featured

Hi,

According to HTML 5, the blockqoute is a html element which is used when a particular section of text is being taken from another source or website. And in HTML 4.01 standard, it is defined as a long quotation. Almost all modern browsers support this tag and they all have different styling for this. It is written as follows:

<blockquote>

<p>Some text</p>

</blockquote>

Related Questions