Html Entity:-
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Html Entity</title>
</head>
<body>
<div class="container">
<div class="box">
<h4>HTML Entity</h4>
<!-- Html entity hame code ko html page me dikhane ke liye help karti hai -->
This is the paragraph tag <p></p>
<br/>
Copywrite sign ©
anmpersand
&
<pre>
<code>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
</code>
</pre>
<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.
</blockquote>
</div>
</div>
</body>
</html>
Thanks you for commenting your questions. I will see question and respond you.