HTML/CSS/Text Tags/sup
Версия от 09:21, 26 мая 2010; (обсуждение)
"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>