html entity

technical talkiess
0

 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 &lt;p&gt;&lt;/p&gt;

            <br/>

            Copywrite sign &copy;

            anmpersand

            &amp;


            <pre>

                <code>

                    &lt;!DOCTYPE html&gt;

                    &lt;html lang="en"&gt;

                    &lt;head&gt;

                        &lt;meta charset="UTF-8"&gt;

                        &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;

                        &lt;title>Document</title&gt;

                    &lt;/head&gt;

                    &lt;body&gt;

                       

                    &lt;/body&gt;

                    &lt;/html&gt;

                </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>
Tags

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)