Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <p>Type <kbd>quackit.com</kbd> into your browser and click <kbd>Like</kbd>!</p> <hr> <p>The <code>kbd</code> element represents user input. For example, text that the user should enter into their computer/device.</p> <p>More info: HTML <a href="/html/tags/html_kbd_tag.cfm"><code>kbd</code></a> element.</p>