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 trialAndrés Bravo
Courses Plus Student 1,483 PointsAdd a paragraph tag that has some text inside of it bolded.?????
forms
4 Answers
Robert Newman
29,571 PointsSince it is frowned upon to share the exact code and answer on the forums can you show us what code you are using so we can give some input.
Andrés Bravo
Courses Plus Student 1,483 PointsHello, I solved the problem ... but now I have another:
"Add a text input to your form."
Might help me??
Steve Davies
10,389 PointsThink of what you need to put into your angle brackets, method of input, its value, its name.
Andrés Bravo
Courses Plus Student 1,483 PointsI did, but I'm still with the problem...
notf0und
11,940 PointsText Input in a form
<form>
<input type="text" name="example">
</form>