Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigjay2708 authored Mar 7, 2024
1 parent e8e7c5c commit 05f8591
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions 10_entities.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!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>Entities</title>
</head>
<body>
<p>Hello, My name is &nbsp; &nbsp; &nbsp;Jason</p>
<p> 10 &gt; 6</p>
<p> 12 &#62; 10</p>
<p>4 &lt; 8</p>
<p>3 &#60; 6</p>

<p>&copy;</p>
<p>&reg;</p>

<p>&cent;</p>
<p>&pound;</p>
<p>&yen;</p>
<p>&euro;</p>

<p>&spades;</p>
<p>&clubs;</p>
<p>&hearts;</p>
<p>&diams;</p>

<code>
&lt;?php echo 'Hello' ?&gt;
</code>
<p>Save the file by pressing <kbd>Crtl + S</kbd></p>

</body>
</html>

0 comments on commit 05f8591

Please sign in to comment.