tt

Purpose

Inline element used to display a monospace font.

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="tt">
  <pane name="background">
    <p>The <tt>span</tt> element applies style to inline content.</p>
  </pane>
</canvas>

Related topics