Skip to content

{ Category Archives } Code

How to add the service mark symbol with HTML

HTML has a tag known as <sup> which stands for superscript text. This tag properly places text half a character above the baseline.
Example:
bite size technology, design and marketing ideasSM
In order to achieve the service mark symbol as you see above, you need to align your “SM” text to the top of its line-height and decrease [...]

Tagged , ,

How to add the Registerd Trademark symbol to your website

Add the following HTML code: &reg;
®

Tagged ,