HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0003B"; } </style> </head> <body> <p>Semicolon using Hexa Decimal: &#x3b;</p> <p>Semicolon using HTML Code: &#59;</p> <p>Semicolon using HTML Code: &semi;</p> <p id="point">Semicolon using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private