Topics
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>
Topics
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>