A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/mathml/elements/mspace below:

mspace ยท WebPlatform Docs

mspace Summary

The MathML mspace element is used to display a blank space, whose size is set by its attributes.

Overview Table
DOM Interface
mathml
Examples

This example demonstrates a simple usage of the mspace element:



<math>

  <mspace depth="40px" height="20px" />

  <mspace width="100px" />

</math>
Related specifications
MathML 3.0
W3C Recommendation
Attributes
depth
The desired depth (below the baseline) of the space (see length for values and units).
height
The desired height (above the baseline) of the space (see length for values and units).
linebreak
Indicates a line-break at the space. Possible values: auto (default value), newline, nobreak, goodbreak, badbreak.
Starting with MathML 3, it is preferred to use mo to control linebreaking.
width
The desired width of the space (see length for values and units).
Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4