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>, and add your meta description. Use the example below, then press โถ Run.<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.">
What do we call notes in your code that the browser ignores? Type one word, then press Submit to unlock the last 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.
<!-- ... --><!-- Dakota Nations Section --> <h2>Dakota Nations</h2> <!-- Anishinaabe Nations Section --> <h2>Anishinaabe Nations</h2>
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 and a comment above each nation section. Press Check my work when you are ready. This opens the Final Quiz, the last step of Unit 1.