HTML ENTITIES
<!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>
<h3>Html entities</h3>
<p>this is my paragraph</p>
<p>this is another pargraph <p></p>
<p>dollar is written as $</p>
<p>this is ©</p>
<p>yen is writen like this ¥</p>
<p>rupee is writen like this &rupay;</p>
</body>
</html>
0 comments:
Post a Comment