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 DOM Scripting By Example Adding and Removing Names Tour the Application

Alok Shah
Alok Shah
100 Points

<title>RSVP App</title> <link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">

Please explain this code, pleaseee

1 Answer

Martin Zahariev
Martin Zahariev
10,366 Points
  • <title>RSVP App</title> - This is the title of your page, it is meta information that is not part of your page content. Also, the title is displayed on your tab, when you have opened your page url/html file.
  • <link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet"> - This is imported text font in your html file, which you can use to change the text font in CSS with font-family