Wednesday, September 21, 2011

How to Make the Registered Trademark Symbol HTML



Here are the two most popular ways to make the trademark symbol in html code.

Style #1:

<p> 
&reg; My Great Company </p>


Style #2:

<p> 
&#174; My Great Company </p>


Style #2 is preferred by most webmasters when making a registered trademark symbol in html because it is most compatible across all browsers.


0 comments:

Post a Comment