TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <head> <style> sub { font-size: 0.8em; color: #007BFF; } </style> </head> <body> <h2>Styled Subscript Example</h2> <p>The chemical formula for water is H<sub>2</sub>O.</p> </body> </html>