Unit 1 ยท Tribal Nations
Stage 2 of 7
Unit 1 ยท Stage 2
Your page already names the Dakota and Anishinaabe 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 Dakota nations, and a section for the Anishinaabe 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><ul> with two <li> items anywhere in the body, then press โถ Run to see the bullets appear.How many Tribal nations call Minnesota home? Type your answer, then press Submit to unlock the next steps.
Under the Dakota paragraph, add a bullet list of the four Dakota communities. A <ul> fits here because no nation is ranked above another.
<p>, add a <ul> with an <li> for each of the four Dakota communities. Press Run.Do the same under the Anishinaabe paragraph: a bullet list of the seven Anishinaabe communities.
<p>, add a <ul> with an <li> for each of the seven Anishinaabe communities. Press Run.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> and an <ol> with a few <li> facts. Press Run.Add one more <li> of your own: a fact you know about Minnesota Tribes, or the name of a nation you want to learn more about.
<li>I want to learn more about the Mille Lacs Band of Ojibwe.</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.