Articles → HTML → Blockquote Tag In HTML
Blockquote Tag In HTML
Purpose
Syntax
<blockquote cite=""> Text </blockquote>
Example
<html>
<head>
<title>blockquote Demo</title>
</head>
<body> In this article, we will discuss about index. Let us start with definition.
<blockquote cite="http://en.wikipedia.org/wiki/Database_index"> An index is a data structure which improves the speed of data retrieval operations on database table at the cost of additional writes and storage space to maintain the index data structure </blockquote>
</body>
</html>
Try It
Output
Browser Support
| Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
|---|
| Yes | Yes | Yes | Yes | Yes | Yes |
| Posted By - | Karan Gupta |
| |
| Posted On - | Monday, October 17, 2016 |
| |
| Updated On - | Saturday, October 7, 2017 |