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

JavaScript JavaScript Loops, Arrays and Objects Simplify Repetitive Tasks with Loops `do ... while` Loops

When are tags required in the document.write function?

I assume that when tags are not used, the browser uses its default for text without a tag in regular html?

1 Answer

The tags are just to give more options for styling and while it may have not been super important in this case, it would be a good habit to have for future coding. If you take the tags out it just doesn't look as good.