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 paragragh</p>
<p>Pragraph is written like this <p></p>
<p>Pound is written like this £</p>
<p>Copyright is written like this ©;</p>
<p>Another charcter is ⇛</p>
<p>Another charcter is ¼</p>
<p>Empty character is written like this ​ </p>
</div>
</body>
</html>
Comments
Post a Comment