HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00025"; } </style> </head> <body> <p>Percentage using Hexa Decimal: &#x25;</p> <p>Percentage using HTML Code: &#37;</p> <p>Percentage using HTML Entity: &percnt;</p> <p id="point">Percentage using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private