Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Creating HTML Content Include External CSS

Maha Mamoor
Maha Mamoor
1,414 Points

This is about a previous video. I incorporated my a href hyperlink yet my two headers (my name&title) are not hyperlinks

A lot of my workspace is showing up as highlighted red.

2 Answers

Isaac Asante
Isaac Asante
4,752 Points

Hey Maha, let me quickly clarify for you. It should be like this, so that your headers can be linked.

<a href="index.html" id="logo">
  <h1>Your name</h1>
  <h2>Your title</h2>
</a>
Misha Shaposhnikov
Misha Shaposhnikov
8,718 Points

Could you please post you code but wrap it with 3 backticks (```) on the line before and after. The backtick key is right next to the number 1 key on the left, so we can better understand your situation. =)

Maha Mamoor
Maha Mamoor
1,414 Points

It's working now, thank you anyway!