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

Save as Private