HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00027"; } </style> </head> <body> <p>Apostrophe using Hexa Decimal: &#x27;</p> <p>Apostrophe using HTML Code: &#39;</p> <p>Apostrophe using HTML Entity: &apos;</p> <p id="point">Apostrophe using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private