HTML/CSS/Text Tags/sup
"sup" Example
<html>
<head>
<title>sup element example</title>
</head>
<body>
<p align="center" class="explanations">Microsoft<sup>®</sup></p>
</body>
</html>
<html>
<head>
<title>sup element example</title>
</head>
<body>
<p align="center" class="explanations">Microsoft<sup>®</sup></p>
</body>
</html>