Unit 1 ยท Tribal Nations
Stage 4 of 7
Unit 1 ยท Stage 4
Your page already has a main title and section headings. Now you will use smaller headings to build sub-sections inside your page, so readers and screen readers can follow the structure. Play in the editor, or press ๐ Type it with me for a guide. (pause on a highlighted word to see what it does)
HTML has six heading levels, from <h1> down to <h6>. Think of them as a ladder: <h1> is the page title, <h2> is a major section, <h3> is a sub-section inside that, and <h4> is a smaller detail inside the sub-section.
<h3> ... </h3><h4> ... </h4>Which heading is smaller: h2 or h4? Type it, then press Submit to unlock the next steps.
Under the Quick Facts list, add a new <h2> section about the Lakota Nations. Inside it, use <h3> for the sub-topics History and Today, then a smaller <h4> to spotlight one nation.
<h2> then <h3><h4> inside</body> tag. Not sure of the shape? Use the example below, then press โถ Run.<h2>About the Lakota Nations</h2> <h3>Their History</h3> <p>The Lakota have lived on the Great Plains for centuries.</p> <h3>Today</h3> <p>The 6 Lakota communities govern their own lands and keep their language and ceremonies strong.</p> <h4>Spotlight: Oglala Sioux Tribe</h4> <p>On the Pine Ridge Reservation, the Oglala Sioux Tribe is one of the largest Tribal Nations in the United States.</p>
Do the same for the Dakota and Nakota Nations: an <h2> section with two <h3> sub-topics, History and Today.
</body> tag, right after your Lakota section. Use the example below if you need it, then press โถ Run.<h2>About the Dakota and Nakota Nations</h2> <h3>Their History</h3> <p>The Dakota and Nakota peoples have lived along the rivers and prairies of eastern South Dakota since time immemorial.</p> <h3>Today</h3> <p>The 3 Dakota and Nakota communities govern their own lands, run their own schools, and lead cultural programs.</p>
Look at your page now. The <h1> is the title, the <h2> tags are the major chapters, the <h3> tags are sub-topics inside them, and the <h4> is one small detail. This is exactly how a real textbook or encyclopedia is organized.
Research one Dakota or Nakota nation and add your own <h4> spotlight under the Dakota and Nakota section, with a short paragraph about what you learned.
<h4>Spotlight: Sisseton-Wahpeton Oyate</h4> <p>Sisseton-Wahpeton Oyate is a Dakota nation in Roberts County with a strong language program.</p>
To complete Stage 4, your page needs at least two <h3> sub-headings and at least one <h4> spotlight. Press Check my work when you are ready. This opens Stage 5 and lets your teacher see that you finished.