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

Save as Private