Html subscript tag
Html subscript tag: <sub> is used to make the subscript in the texts.
Syntax of Html subscript tag
<sub>text.</sub>
Html subscript tag
Example
<!DOCTYPE html> <html> <head> <title>Title</title> </head> <body> <p>Inserted Tag : This paragraph contains the <sub> demo </sub> texts.</p> </body> </html> |
Output :
Advertisements