HTML/CSS/Text Tags/sup

Материал из Web эксперт
Перейти к: навигация, поиск

"sup" Example

    
<html>
<head>
<title>sup element example</title>
</head>
<body>
    <p align="center" class="explanations">Microsoft<sup>&reg;</sup></p>
</body>
</html>