<html>

<head>

  <title>Useful Characters</title>

</head>

<body>

  <h1>Useful characters</h1>

  <p>This page will show how to create certain characters with code.

<div>&#174 will show that the viewed product is registered trademark</div> 

<div>or &#169; will show you it's copyright</div>

</p>

<p>Even though there is a single button for some characters, most of them can be done with code.  I will put them below then you'll see on the next page, how.

<div>&#60; less than</div>

<div>&#62; greater than</div>

<div>&#38; ampersand which is just another name for and sign</div>

<div>&#162; cent</div>

<div>&#163; pound</div

<div>&#8364; Euro</div>

<div>&#165; Yen</div>

</p>

<p>There are many other characters and ways in which you can learn this coding that you can online or by reading html for dummies.</p>

</body>

</html>

 

Copyright © Alan Masterton