HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0003A"; } </style> </head> <body> <p>Colon using Hexa Decimal: &#x3a;</p> <p>Colon using HTML Code: &#58;</p> <p>Colon using HTML Entity: &colon;</p> <p id="point">Colon using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private