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 Beginning HTML and CSS Write a CSS Selector and Property

how to write the style tags above the h1 tags in this step

the h1 tags are on line 1 . in the video, he writes the style tags on line 1 . how to make the cursor move above the h1 tags

index.html
<h1>Nagamani</h1>

2 Answers

You just have to click on the <h1> element's line at the very left, then press your enter key to return the text to the next line, placing it on line 2. Then line 1 should be freed up for you.

Then just add in your <style> elements up top. Hope this helps.

thank you!!