HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000C9"; } </style> </head> <body> <p>Uppercase E Acute using Hexa Decimal: &#xc9;</p> <p>Uppercase E Acute using HTML Code: &#201;</p> <p>Uppercase E Acute using HTML Entity: &Eacute;</p> <p id="point">Uppercase E Acute using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private