u

Purpose

Inline element used to display underlined text.

Note:

This element is deprecated. CSS stylesheets should be used in preference.

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="u">
  <pane name="background">
    <p>You should set the configuration
      values <u>after</u> you install the server.</p>
  </pane>
</canvas>

Related topics