Display the larger heading on top of the smaller heading.

<html>
<head>
<style>
body { padding: 8px; }
</style>
</head>
<body>
<h1>Online Store</h1>
<h6>Shoes</h6>
</body>
</html>]]>

Make sure to pick <h1>Online Store</h1>, followed by <h6>Shoes</h6>.