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

CSS CSS Foundations Selectors Basic Attribute Selectors

Rachel Self
Rachel Self
4,405 Points

Solved : Typo

Hey, just wanted to let you guys know the project file download has a small error in it as-is. For the form element in the HTML document, the first input type that we use to target the text attribute of is incorrect. In the file, the code reads:

<input type="email" name="email">

When in the video it reads

<input type="text" name="email">

Just thought you might want to fix it :)

  • Update: nevermind, I just realized the download I used was not the correct file for this section. Sorry!