Which HTML tags are used to convert text to subscript?

Which HTML tags are used to convert text to subscript?

متن کو سبسکرپٹ میں تبدیل کرنے کے لئے کون سے ایچ ٹی ایم ایل ٹیگ استعمال کیے جاتے ہیں؟
Explanation

The <sub> tag is used to display text below the normal line, as in subscript (e.g., x<sub>5</sub>).

Commonly used in chemical formulas and mathematical expressions.