Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy sup tag
<
/title
>
<
/head
>
<
body
>
<
h2
>
HTML sup tag with example
<
/h2
>
<
p
>
Wikitechy HTML tutorial for
<
sup
>
sup
<
/sup
>
tag.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy sup tag </title> </head> <body> <h2> HTML sup tag with example</h2> <p>Wikitechy HTML tutorial for<sup>sup</sup> tag.</p> </body> </html>
Result