HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000C0"; } </style> </head> <body> <p>Uppercase A Grave using Hexa Decimal: &#xc0;</p> <p>Uppercase A Grave using HTML Code: &#192;</p> <p>Uppercase A Grave using HTML Entity: &Agrave;</p> <p id="point">Uppercase A Grave using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private