b

Purpose

Inline element used to display the content in bold type.

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="b">
  <pane name="background">
    <p>The <b>most important</b> position is that of President</p>
  </pane>
</canvas>

Related topics