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 Introduction to HTML and CSS (2016) HTML: The Structural Foundation of Web Pages and Applications Paragraph Tags

Laura Baldwin
Laura Baldwin
530 Points

Help with <p> element

Hi,

When I try and follow the instructions and go back and add in the paragraph element, I can't seem to add in the closing bracket in the right place. It keeps doing a kind of 'insert function' and deleting backwards from where it is but not removing the element. I can't delete it and add it in where it should be and then remove the 'te'. It's driving me bonkers.

Like this:

<p>I’m an aspiring web designer who loves everything about the web. I've lived in lots of different places and have worked in lots of different jobs. I’m excited to bring my life experience to the process of building fantastic looking websi</p>te

1 Answer

rydavim
rydavim
18,813 Points

It sounds like you may have inadvertently hit the Insert key on your keyboard, toggling between Insert Mode and Overtype Mode. Try hitting it again and see if that helps - this key is normally located on the right side near the Delete key on a standard full keyboard.

If that doesn't solve your issue, let me know and we can troubleshoot some more.