Open In App

HTML5 MathML depth Attribute

Last Updated : 16 Nov, 2020
Comments
Improve
Suggest changes
Like Article
Like
Report

This attribute is used to set the depth or increase/decrease the depth of the content. This attribute is accepted by <mpadded> tag only.

Syntax:

<element depth="length">

Attribute Values:

  • length: This attribute sets or increments the depth.

Below example illustrate the depth attribute in HTML5 MathML:

Example:

Output:

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

  • Firefox

Similar Reads