small

Purpose

Used to reduce the font size of the element content, compared to the surrounding text. The rendering depends on the browser in use.

Attribute groups

Example

The welcome.mlyt layout can be found in the MCS/repository/xml-repository directory.

<?xml version="1.0" encoding="UTF-8"?>
<canvas layoutName="/welcome.mlyt" pageTitle="small">
  <pane name="background">
    <p>You can <small>reduce</small> the font size with the
      <code>small</code> element.</p>
  </pane>
</canvas>

Related topics