Unit 1 ยท Tribal Nations
Stage 7 of 7
Unit 1 ยท Stage 7
Your website is finished, and it looks great. In this final stage you will add two professional finishing touches, the meta description and HTML comments, then do a digital citizenship review and celebrate completing Unit 1. Play in the editor, or press ๐ Type it with me for a guide. (pause on a highlighted word to see what it does)
Your code editor holds everything you built across all 7 stages: the page structure, the headings, both groups of nations, the About sections, the links, and the Quick Facts. Scroll through the preview and take a moment to appreciate what you made.
The <meta> tag lives in the <head> and gives search engines a short description of your page. It does not show on the page itself. It is the summary people read under your title in search results, so it tells them your page is about Native nations before they even click.
<meta name="description" content="...">name="description"content="..."<title> line inside the <head>, then add <meta name="description" content="A webpage about Minnesota's 11 sovereign Tribal nations, the Dakota and Anishinaabe people who have called this land home for thousands of years."> and press โถ Run.How many Tribal nations call Minnesota home? Type your answer, then press Submit to unlock the next steps.
Comments are notes you write inside your code that do not show up on the page. They help you and other developers understand what different parts of the code do. Add a comment above each major section to label it.
<!-- ... --><h2>Dakota Nations</h2> line, add <!-- Dakota Nations Section -->, and just above <h2>Anishinaabe Nations</h2> add <!-- Anishinaabe Nations Section -->. Press Run, and notice the comments do not appear on the page.Before you finish, review 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.
Look at everything you can now build with HTML:
<!DOCTYPE html><html>, <head>, and <body><title><meta><h1> to <h6><p><ul>, <ol>, and <li><a href>target="_blank"<strong> and <em><hr> and <br><!-- -->This page is yours. Press the download button (the โฌ in the preview bar) to save your finished website as a file on your computer. That is a real webpage you built, and you can open it any time or share it with your family.
Your website is almost done. To complete Stage 7, your page needs a meta description in the head. Press Check my work when you are ready. This opens the Final Quiz, the last step of Unit 1.