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 trialMatthew Alesci
7,465 PointsQuiz Challenge.. Help!
All of my code works absolutely fine but when I try to make my alerts pop up I want it to take form of a paragraph, strong text. Although when I put my code just like he has done it in the video, it continuously shows the p tag and strong tag along with my text. I don't want the tags to show i want it to enlarge my text. Help?
2 Answers
Jason Desiderio
21,811 PointsMatthew Alesci - unfortunately, you can't use HTML tags in JavaScript alert boxes. It looks like they are using "document.write" in the video rather than "alert"
Matthew Alesci
7,465 Pointsoh wow, thanks man
Matthew Alesci
7,465 PointsMatthew Alesci
7,465 Pointshere is my code