Code the opening tag for the second biggest heading.

<html>
<head>
<style>
body { padding: 8px; }
</style>
</head>
<body>
<h2>My Favorite Things</h2>
</body>
</html>]]>

Make sure to pick <, followed by h2, and finally >.