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

General Discussion

How do I document myself as the creator of a website?

I've created a website for someone else. I'd like to have my name somewhere on there to show that I created it. I don't want to put it in the footer or anywhere on the actual site where a visiter can see it. I just want to put a comment in the coding. Does anyone have any suggestions on the best way to do this? Is there some standardized way this is done?

Thanks

1 Answer

There's actually something called a comment in many languages that does exactly what you are saying. It would effect the website at all, it is just a little note to leave in the code.

You make a HTML comment like this:

<!-- Here's a comment! -->

In other languages making comments is a little different.

Good luck! ~alex