KBD AND SAMP
Run
<!doctype html>
<html>
    <head>
        <title>
            More usage of kbd tag
        </title>
    </head>
    <body>
        <h2>Nesting KBD tag inside samp tag</h2><br/>
        <p>If a syntax error occurs, the tool will output the initial
command you typed for your review:</p>
<blockquote>
  <samp><kbd>custom-git ad my-new-file.cpp</kbd></samp>
</blockquote>
    </body>
</html>