VOOZH about

URL: https://www.geeksforgeeks.org/html/html5-mathml-bevelled-attribute/

⇱ HTML5 MathML bevelled Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 MathML bevelled Attribute

Last Updated : 23 Jul, 2025

This attribute holds the value for displaying any fraction. If the value is true then the numerator and the denominator are displayed side by side and separated by a slash. If the value is false (default value) , displayed numerator and denominator are on top of each other. This attribute is accepts <mfrac> tag.

Syntax:

<element bevelled="true|false">

Attribute values:

  • true: If the value is true then the numerator and denominator are displayed side by side and separated by a slash.
  • false: If the value is false(default value), displayed numerator and denominator are on top of each other.

Example: Below example illustrates the bevelled attribute in HTML5 MathML.

Output:

👁 Image

Supported Browsers: The browsers supported by HTML5 MathML bevelled attribute are listed below.

  • Firefox
Comment
Article Tags: