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 HTML Basics Images, Text and Links Captioning Images

Hi! I'm just curious, why did you not include the IMG-file in the <header>? Any specific reason behind it? :)

As I mentioned above, why did you add the image under the <header>-tag instead of inside it? Just curious, maybe you mentioned it before but I've probably missed it then :)

Thank you for great videos! Really enjoy learning with Treehouse :)

Image in the header can be added in css file

2 Answers

Steven Parker
Steven Parker
229,786 Points

There may not be a rigidly-defined rule, but as mentioned in the MDN page on Using HTML sections and outlines, a header inside a section (or article) would typically contain the section's heading and author name.

The text and associated image(s) would be considered the article's content.

Thank you so much for helping me sorting this out! It's been really helpful :)