Designer-Logo
Designer-Logo
Überschrift Beispiel Tag kbd
<!DOCTYPE html>
<html>
<body>
<h3>Das kbd-Element</h3>
<p>Drücke <kbd>Ctrl</kbd> + <kbd>C</kbd> zum kopieren von Text (Windows).</p>
<p>Drücke <kbd>Cmd</kbd> + <kbd>C</kbd> zum kopieren von Text (Mac OS).</p>
</body>
</html>
Überschrift BrowserAusgabe

Das kbd-Element

Drücke Ctrl + C zum kopieren von Text (Windows).

Drücke Cmd + C zum kopieren von Text (Mac OS).