VOOZH about

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

⇱ HTML5 MathML columnlines Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 MathML columnlines Attribute

Last Updated : 23 Jul, 2025

This attribute holds the border style value for the column-lines. The possible values are none, solid and dashed. This attribute is accepted by the <mtable> tag only.

Syntax:

<element columnlines="none|solid|dashed">

Attribute Values:

  • none: This attribute sets the column lines of the table as "none".
  • solid: This attribute sets the column lines of the table as "solid".
  • dashed: This attribute sets the column lines of the table as "dashed".

Example: Below example illustrates the columnlines attribute in HTML5.

Output:

👁 Image

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

  • Firefox
Comment
Article Tags: