I am just learning PHP . i want to display string like ” 32th meet ” where “th” is in superscript format . i use <sup> th </sup> in php echo but it doesn’t work . please give a solution to use superscript html tag in php.
I am just learning PHP . i want to display string like 32th meet
Share
32th meet
W3Schools TryIt page for superscript/subscript tags & also try the Tizag explanation page.