strong

Purpose

Inline element used to show additional text emphasis over the em element, usually in bold.

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="strong">
  <pane name="background">
    <p>You <strong>must</strong> set the 'value' parameter.</p>
  </pane>
</canvas>

Related topics