HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02081"; } </style> </head> <body> <p>1 subscript using Hexa Decimal: &#x2081;</p> <p>1 subscript using HTML Code: &#8321;</p> <p id="point">1 subscript using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private