kbd

Purpose

Content that represents input supplied by a user.

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>kbd</title>
  </head>
  <body>
    <p>To clear the cache:</p>
    <ol>
      <li>Type the <kbd>mcsServerManager</kbd> command followed by the host, port and password
        values</li>
      <li>Enter the <kbd class="option">-flush_all</kbd> option after the command</li>
      <li>Click <kbd class="option">Enter</kbd> to complete</li>
    </ol>
  </body>
</html>

Related topics