Challenge Hints: Links

A list of hints for the challenges in the Links lesson.

Last updated - July 12, 2023

Checkpoint

Try using a link to one of your html pages ex: href="index.html"

Try using a link to a website ex: href="https://www.google.com"

Try adding target=\"_blank\" to the <a> tag

Wilderness Survival

<h1>      </h1>

Did you remember to include target="_blank" on your links?

College Options

<h1>  </h1>

<a href = "  " target="_blank">

Saturday Activity Ideas

<h1>  </h1>

<a href="   "  target = "_blank">

Party Planner

<h1>  </h1>

Do you have a header tag for Food? <h1>  </h1>

Do you have a header tag for Games? <h1>  </h1>

Do you have a header tag for Invites? <h1>  </h1>

<a href= "   " target = "_blank" >

 

For more help with HTML, check out our HTML Cheatsheet!