Learn

It is easy to make changes to the default site template. This is an iterative process of code editing, saving, and running the site to see the result. Let’s make some simple changes to the _Layout.cshtml page so that a more useful header and footer are displayed on every page.

Instructions

1.

Locate the title on line 6 and add a space to the title. This is the title seen in the browser tab.

2.

Edit the brand on line 14 and add a space in the NavBar heading. This appears in the header of each page.

3.

Edit the footer on line 40 and add a space. This appears in the footer of each page.

Sign up to start coding

Mini Info Outline Icon
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.

Or sign up using:

Already have an account?