files/en-us/web/mathml/reference/element/mspace/index.md
The <mspace> MathML element is used to display a blank space, whose size is set by its attributes.
This element's attributes include the global MathML attributes as well as the following attributes:
depth
height
width
[!NOTE] For the
depth,height,widthattributes, some browsers may also accept legacy MathML lengths.
<math display="block">
<mn>1</mn>
<mspace depth="40px" height="20px" width="100px" />
<mn>2</mn>
</math>
mspace {
background: lightblue;
}
{{EmbedLiveSample('Examples')}}
{{Specifications}}
{{Compat}}