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 Getting Started with HTML Headings and Paragraphs Challenge

Paula Sulkava
Paula Sulkava
97 Points

I dont understand what to do at all.

Should I make a new file ?

You'll edit the file provided in the challenge.

Let me know if this helps here

2 Answers

Ra'fat Ahmad
seal-mask
.a{fill-rule:evenodd;}techdegree
Ra'fat Ahmad
Front End Web Development Techdegree Student 5,899 Points

you will give the text the right HTML tags. ex:

<!-- This is the Main Headline!
should become like this -->
<h1>This is the Main Headline!</h1>
<!--  and the line after it should become inside a <p> tag.
hope this helps you. -->  ```

https://developer.mozilla.org/en-US/docs/Web/HTML/Element You should browse the MDN. It'll expand your knowledge on what you can do with certain languages.