HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000A7"; } </style> </head> <body> <p>Section Sign using Hexa Decimal: &#xa7;</p> <p>Section Sign using HTML Code: &#167;</p> <p>Section Sign using HTML Entity: &sect;</p> <p id="point">Section Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private