HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000BF"; } </style> </head> <body> <p>Inverted Question Mark using Hexa Decimal: &#xbf;</p> <p>Inverted Question Mark using HTML Code: &#191;</p> <p>Inverted Question Mark using HTML Entity: &iquest;</p> <p id="point">Inverted Question Mark using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private