HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00071"; } </style> </head> <body> <p>Lowercase q using Hexa Decimal: &#x71;</p> <p>Lowercase q using HTML Code: &#113;</p> <p>Lowercase q using HTML Entity: q</p> <p id="point">Lowercase q using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private