<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Entities</title>
</head>
<body>
<div class="container">
<P>This is a paragraph</P>
</div>
<div class="container">
<p>This is another paragraph with two spaces</p>
<!-- <p>Paragraph is written like this <p> </p> -->
<p>Paragraph is written like this <p> </p>
<!-- <p>Pound is written like this £ </p> -->
<p>Pound is written like this £ </p>
<!-- <p>copyright is written like this © </p> -->
<p>copyright is written like this © </p>
<!-- <p>Another character is ⇆ </p> -->
<p>Another character is ⇆ </p>
<!-- <p>Female character is ♀ </p> -->
<p>Female character is ♀ </p>
<!-- <p>Male character is ♂ </p> -->
<p>Male character is ♂ </p>
</div>
</body>
</html>
Comments
Post a Comment