Adding the HTML

Let's add the markup t0 our index.html file. In the Intro Section use an anchor tag for the button with the text Go Premium:

<!-- ===============Intro Section===============--><section>  <div class="wrapper">    <h1>Old Chompy</h1>    <h2>Dedicated to sharks and other aquatic species</h2>    <p>Lorem ipsum dolor ...</p>    <a href="#">Go Premium</a>  </div><!-- end wrapper --></section><!-- end section -->

Right underneath this, add a p tag with the reasons why you need to click on this soon-to-be gigantic call-to-action button. This paragraph tag will also have an anchor in it to learn more about our fictional premium offerings:

<!-- ===============Intro Section===============--><section>  <div class="wrapper">    <h1>Old Chompy</h1> <h2>Dedicated ...

Get Mastering CSS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.