HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0002A"; } </style> </head> <body> <p>Asterisk Math using Hexa Decimal: &#x2a;</p> <p>Asterisk Math using HTML Code: &#42;</p> <p>Asterisk Math using HTML Entity: &ast;</p> <p id="point">Asterisk Math using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private