HTML Inline Elements

Code element

Use < and > to display angle brackets or less than and greater than symbols.

    

<p>The <code>let</code> keyword.</p>


    
    

<p>The <code>&lt;title&gt;</code> element.</p>


    

Keyboard Input element

    

<p>Press the <kbd>Ctrl</kbd> key.</p>


    
    

<p>Press <kbd>Ctrl</kbd>+<kbd>S</kbd>.</p>


    
    

<p>Press <kbd><kbd>Ctrl</kbd>+<kbd>S</kbd></kbd>.</p>