UNIT 1 • STAGE 7 OF 7 • FINAL STAGE • NORTH DAKOTA

Your Complete Website

Add the finishing touches and celebrate what you built

UNIT
STEP 1

Look How Far You've Come

Your code editor starts with everything you've built across all 7 stages. Take a moment to scroll through it and appreciate what you created.

In this final stage, we'll add two professional finishing touches and do a digital citizenship review before celebrating.

STEP 2

Add a Meta Description

The <meta> tag lives in the <head> and gives search engines a description of your page. It appears as the summary text under your page title in search results.

👉 Add this INSIDE your <head> tag, after <title>: <meta name="description" content="A webpage about North Dakota's 4 sovereign Tribal nations — the Spirit Lake Nation, Standing Rock Sioux Tribe, Three Affiliated Tribes (MHA Nation), and Turtle Mountain Band of Chippewa.">

🔍 Why This Matters

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.

STEP 3

Write HTML Comments

Comments are notes you write inside your code that don't show on the page. They help you and other developers understand what different parts of the code do.

👉 HTML comment syntax: <!-- This is a comment. It won't appear on your page. -->
👉 Add a comment above each major section: <!-- Sioux and Dakota Nations Section -->
<h2>Sioux and Dakota Nations</h2>

<!-- MHA Nation and Anishinaabe Section -->
<h2>MHA Nation and Anishinaabe</h2>
STEP 4

Digital Citizenship Check

Before you finish, do a quick review:

  • Are all Tribal nation names spelled correctly?
  • Are all links going to official Tribal nation websites?
  • Is the information accurate and respectful?
  • Did you represent each nation fairly — not as a museum piece, but as living, present-day communities?
  • Would someone from a Spirit Lake Nation, Standing Rock, MHA Nation, or Turtle Mountain community feel respected reading your page?

🌐 Digital Citizenship in Practice

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.

STEP 5

Skills You've Earned in Unit 1

<!DOCTYPE html>
<html> <head> <body>
<title>
<meta>
<h1> – <h6>
<p>
<ul> <ol> <li>
Nested lists
<a href>
target="_blank"
<strong> <em>
<hr> <br>
<!-- comments -->
HTML attributes
STEP 6

You Built This

🎉 Unit 1 Complete!

You learned HTML while learning about North Dakota's 4 sovereign Tribal nations — the Spirit Lake Nation, Standing Rock Sioux Tribe, MHA Nation, and Turtle Mountain Band of Chippewa. That's coding and cultural knowledge — both matter.

→ Up Next: Unit 2 — This Is Me In Tech

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.

📁 Save Your Work

Copy all the code from the editor and save it in a file called Tribes-ND.html on your computer. That's a real webpage you made!

Code Editor
Live Preview