October 2017
Intermediate to advanced
522 pages
10h 9m
English
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 ...
Read now
Unlock full access