CSS - Tastenkombinationen darstellen
Tastenkombination STRG + F5
<style>
kbd {
font-family: courier,monospace;
font-size: .85em;
font-weight: 700;
color: #333333;
background-color: #EEEEEE;
line-height: 1;
vertical-align: Top;
display: inline-block;
padding: 2px 4px;
white-space: nowrap;
border-radius: 3px;
border: 1px solid #B4B4B4;
box-shadow: inset 0 4px 1px rgba(120,120,120,.2), 2px 2px 0 0 rgba(233, 233, 233,.6);
}
</style>
<p>
Tastenkombination <kbd>STRG</kbd> + <kbd>F5</kbd>
</p>
Bausteine Alle Anzeigen
Eine zufällige Auswahl von Codeschnipseln
aus den Bereichen
HTML, CSS,
PHP, JavaScript und
MySQL.
<datalist> Datenliste
CSS - Modal-Fenster mit HTML5 und CSS
PHP - Bildanzeige je nach der Tageszeit