Unit 1 ยท Tribal Nations
Stage 2 of 7
Unit 1 ยท Stage 2
Your page already names the Lakota, Dakota, and Nakota nations. Now you will organize them into lists so they are easy to read. Play in the editor, or press ๐ Type it with me for a guide. (pause on a highlighted word to see what it does)
Your page has a main heading, a section for the Lakota nations, and a section for the Dakota and Nakota nations. This stage adds lists so the names line up neatly.
HTML has two lists. A <ul> makes bullet points, and an <ol> makes numbered points. Each item inside either one is an <li>.
<ul> ... </ul><ol> ... </ol><li> ... </li>Which tag starts a bulleted list? Type it, then press Submit to unlock the next steps.
Under the Lakota paragraph, add a bullet list of the six Lakota communities. A <ul> fits here because no nation is ranked above another.
<ul> right after the Lakota <p>. Not sure how it should look? Use the example below, then press โถ Run.<ul> <li>Cheyenne River Sioux Tribe</li> <li>Crow Creek Sioux Tribe</li> <li>Lower Brule Sioux Tribe</li> <li>Oglala Sioux Tribe</li> <li>Rosebud Sioux Tribe</li> <li>Standing Rock Sioux Tribe</li> </ul>
Do the same under the Dakota and Nakota paragraph: a bullet list of the three Dakota and Nakota communities.
<p>. Use the example below if you need it, then press โถ Run.<ul> <li>Flandreau Santee Sioux Tribe</li> <li>Sisseton-Wahpeton Oyate</li> <li>Yankton Sioux Tribe</li> </ul>
Now use an ordered list for a few facts, where the numbers help. Add a new <h2> called Quick Facts, then an <ol>.
<ol> vs <ul><h2>Quick Facts</h2> <ol> <li>South Dakota has 9 federally recognized Tribal Nations.</li> <li>They are part of the Oceti Sakowin, the Seven Council Fires.</li> <li>Each nation is sovereign and has its own government.</li> </ol>
Add one more <li> of your own: a fact you know about South Dakota Tribes, or the name of a nation you want to learn more about.
<li>I want to learn more about the Rosebud Sioux Tribe.</li>
To complete Stage 2, your page needs bullet lists for both groups of nations and a numbered Quick Facts list. Press Check my work when you are ready. This opens Stage 3 and lets your teacher see that you finished.