forked from mrizky-kur/Redux-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.html
More file actions
17 lines (17 loc) · 737 Bytes
/
design.html
File metadata and controls
17 lines (17 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<title>CHARACTER ENTITIES</title>
</head>
<body>
<h1>This tag shows < which shows less than command</h1>
<h1>This tag shows   it is non breaking space that will not break into a new line</h1>
<h1>This tag shows > which shows greater than command</h1>
<h1>This tag shows & which shows this symbol & </h1>
<h1>This tag shows " which shows quotient mark</h1>
<h1>This tag shows ¢ which shows ¢sign</h1>
<h1>This tag shows £ which shows £sign</h1>
<h1>This tag shows ¥ shows the ¥sign</h1>
<h1>This tag shows © which shows the copyright of the organisation </h1>
<h1>This tag shows ® which shows registered of the organisation</h1>
</body>
</html>