HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000ED"; } </style> </head> <body> <p>Lowercase i acute using Hexa Decimal: &#xed;</p> <p>Lowercase i acute using HTML Code: &#237;</p> <p>Lowercase i acute using HTML Entity: &iacute;</p> <p id="point">Lowercase i acute using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private