HTML Entities2.html

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HTML Entities</title>
</head>
<body>
    <div class="container">
        <p>This is a paragragh</p>
    </div>
    <div class="container">
        <p>This is another &nbsp;   &nbsp; &nbsp;  paragragh</p>
        <p>Pragraph is written like this &lt;p&gt;</p>
        <p>Pound is written like this &pound;</p>
        <p>Copyright is written like this &copy;;</p>
        <p>Another charcter is  &rAarr;</p>
        <p>Another charcter is  &frac14;</p>
        <p>Empty character is written like this &#8203;    </p>
    </div>

</body>
</html>

Comments

Popular posts from this blog

automation fitness center project synopsis

CSS : Position, absolute, relative ,fixed and sticky(tut25).html

Document.html