HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\002AB"; } </style> </head> <body> <p>lz digraph using Hexa Decimal: &#x02AB;</p> <p>lz digraph using HTML Code: &#683;</p> <p id="point">lz digraph using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private