Skip to content

Instantly share code, notes, and snippets.

@brianjking
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianjking/416fed9d1d6c9f2647f6 to your computer and use it in GitHub Desktop.
Save brianjking/416fed9d1d6c9f2647f6 to your computer and use it in GitHub Desktop.
DockDogs HTML Sample for Creating Trademarks
<!--Create a Registered symbol & make it superscript-->
<sup>&reg;</sup>
<!--example use of Registered Mark Symbol HTML-->
Big Air<sup>&reg;</sup>
<!--This will create the rendering below-->
Big Air®
<!--Create a Trademark symbol & make it superscript-->
<sup>&trade;</sup>
<!--example use of Trademark symbol-->
Speed Retrieve<sup>&trade;</sup>
<!--This will create the rendering below-->
Speed Retrieve™
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment