Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
</head>
<body>
Normale Taste
<button type="button">Zum Papierkorb hinzufügen</button>
<hr />
Taste mit rotem Text
<button type="button" style="color: red;"><b>HTML-Buch</b></button>
<hr />
Taste mit vergrößerter Schriftgröße
<button type="button" style="font: bold 14px Arial;">Buch herunterladen </button><br />
</body>
</html>