Make the heading of the webpage as big as you can.

<body>
  <h1>Today's Weather</h1>
  <p>It will be the perfect weather for coding together.</p>
</body>
</html> ]]>

Use <h1> and </h1> to define the biggest heading.