Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 6: Navigating with HTML Links and Structuring Data with Tables!

Instruction

Creating and Linking to Placeholders

Placeholders, also called anchors, allow you to jump to a specific part of the same page or another page. Steps to Create a Placeholder Create a Placeholder: Assign an id to the element you want to jump to. html <h2 id="reason6">Our complete, real-world applications ensure mastery</h2> Link to the Placeholder: Use the href attribute with the # symbol followed by the id of the...