UNIT 1 • STAGE 7 OF 7 • FINAL STAGE
Add the finishing touches and celebrate what you built
Your code editor starts with everything you've built across all 7 stages. Take a moment to scroll through it in the preview panel and appreciate what you created.
In this final stage, we'll add two professional finishing touches and do a digital citizenship review before celebrating your achievement.
The <meta> tag lives in the <head> section and gives search engines (like Google) a description of your page. It doesn't show on the page itself - but it's what appears as the summary text under your page title in search results. The name="description" attribute tells the browser this is a description tag (there are other kinds of meta tags too), and content="..." is where you write the actual description.
A good meta description helps people find your page - and tells them it's about Native nations before they even click. That's how web developers shape what the world sees.
Comments are notes you write inside your code that don't show up on the page. They help you and other developers understand what different parts of the code do.
Comments use the syntax <!-- to open and --> to close. Everything between those markers is invisible to visitors - it only shows in the code. This is how professional developers leave notes for themselves ("come back and fix this"), explain complex sections to teammates, or temporarily disable a piece of code without deleting it.
Before you finish, do a quick review of your page with these questions:
Building websites about other people's communities is a responsibility. The way you structure, title, and link your content shapes how others see those communities. You just practiced being a responsible web developer.
You learned HTML while learning about Minnesota's 11 sovereign Tribal nations. That's coding and cultural knowledge - both matter.
In Unit 2, you'll use CSS to create your own digital identity profile - and learn how your cultural background makes you a unique voice in tech.
Copy all the code from the editor and save it in a file called Tribes.html on your computer. That's a real webpage you made!