HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02015"; } </style> </head> <body> <p>Horizontal Bar using Hexa Decimal: &#x2015;</p> <p>Horizontal Bar using HTML Code: &#8213;</p> <p>Horizontal Bar using HTML Entity: &horbar;</p> <p id="point">Horizontal Bar using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private