HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000BD"; } </style> </head> <body> <p>Fraction 1 by 2 using Hexa Decimal: &#xbd;</p> <p>Fraction 1 by 2 using HTML Code: &#189;</p> <p>Fraction 1 by 2 using HTML Entity: &frac12;</p> <p id="point">Fraction 1 by 2 using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private