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

Save as Private