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 Add Style to the Page

How do you actually move a line of written code up and down the workspace?

In adding style to html with css language we are to move down the written line of html containing the heading so that we can have a free line to add format to the page.

3 Answers

Matthew Sanders
Matthew Sanders
1,190 Points

I think what your referring to is to have/put line breaks between paragraphs and text?

you will want to insert a <br> tag where you want to create a space, or clear line.

Edit: I have typed the br line break tag for you with <> either side, but it is not displayig in the window, how strange.

Got ya! Thanks bud!