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