How to define subscripted text in HTML July 28, 2021 by Tech with no comment HTML Topics IntroductionResult Introduction How to define subscripted text in HTML <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>www.techstudy.org</title> </head> <body> <p>This text is<sub>subscript</sub> text</p> </body> </html> </html> Result How to define subscripted text in HTML Previous Post How to define superscripted text in HTML Next Post How to define style information for a document in HTML