Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
</head>
<body>
<h1>Bouton avec saut de ligne</h1>
<button type="submit">
My<br />
Bouton
</button>
</body>
</html>