HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000E0"; } </style> </head> <body> <p>lowercase a Grave using Hexa Decimal: &#xe0;</p> <p>lowercase a Grave using HTML Code: &#224;</p> <p>lowercase a Grave using HTML Entity: &agrave;</p> <p id="point">lowercase a Grave using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private