UNIT 1 • STAGE 6 OF 7 • SOUTH DAKOTA
Use emphasis, dividers, and polish to complete your page
Your page is looking great! In this stage we'll add four small but powerful HTML elements that make content clearer, more readable, and more meaningful.
The <strong> tag bolds text AND signals to screen readers that this content is especially important. It adds meaning, not just appearance — a screen reader will actually emphasize the word when it reads it.
<strong> is better than just making text bold with CSS because screen readers will announce it as "important" — making your page more accessible.
The <em> tag (emphasis) italicizes text. Use it for words you'd stress if speaking aloud — like terms in another language.
Native language words and cultural terms deserve emphasis — they carry meaning that English translations can miss.
The <hr> tag draws a horizontal line across the page. It's a self-closing tag — meaning it has no closing tag. You write just <hr> and the browser does the rest.
The <br> tag creates a line break inside a paragraph. Use it sparingly — it's best for short labeled lines.
Look at your full page in the preview. Make sure you have:
<strong> for key terms<em> for a Native language word or cultural term<hr> divider between sections<a> links to Tribal nation sitesChallenge: Add your name to the page with a small author credit:
Your page is almost done! In the final stage we'll add a meta description, write HTML comments, and celebrate what you've built.