Why and how blockquote cite is use in html.??
Blockquote tell the browser that from where the text is taken like we copy paragraph or heading from other website. Main advantage of blockquote cite is that it tells only to the browser ,not show in your website page that the paragraph or heading is copy. Cite tag is use to copy the link of that website from where the paragraph or heading is copy.
There are three main tags.
1st.<blockquote tag> tell browser text is copy
2nd.<cite tag> mean link of website
3rd.<p> mean paragraph
Here see how to use this.
<html>
<head>
</TITLE>
USE AND EXAMPLE OF BLOCKQUOTE :
</title>
</head>
<body>
<blockquote cite="https://-------------">
<p>----------------------------------------</p>
</blockquote>
</body>
</html>
Dear friends you can do easily practice of this blockquote on your PC.