HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022DA"; } </style> </head> <body> <p>Less Than Equal To or Greater Than using Hexa Decimal: &#x22DA;</p> <p>Less Than Equal To or Greater Than using HTML Code: &#8922;</p> <p>Less Than Equal To or Greater Than using HTML Entity: &leg;</p> <p id="point">Less Than Equal To or Greater Than using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private