HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00F6"; } </style> </head> <body> <p>Lowercase o umlaut using Hexa Decimal: &#xf6;</p> <p>Lowercase o umlaut using HTML Code: &#246;</p> <p>Lowercase o umlaut using HTML Entity: &ouml;</p> <p id="point">Lowercase o umlaut using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private