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

Save as Private