VOOZH about

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

⇱ HTML5 MathML linethickness Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 MathML linethickness Attribute

Last Updated : 23 Jul, 2025

This attribute holds the value of the thickness of the fraction. Possible values are thick, medium and thin. This attribute is accepted by <mfrac> tag only.

Syntax:

<element linethickness=="thin | medium | thick">

Attribute Values:

  • thin: This attribute sets the line thickness thin.
  • medium: This attribute sets the line thickness medium.
  • thick: This attribute sets the line thickness thick.

Below example illustrate the linethickness attribute in HRML5 MathML:

Example:

Output:

👁 Image

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

  • Firefox
Comment
Article Tags: