Week 4 Overview | Basic Elements | Document Sectioning | Images | DOM | Worksheet
Wendi's Web - HTML: Basic Elements
How to add an image to your page using <img>
<aside> ♿ SC 1.1.1 https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html
Hotlinking - what it is, why you shouldn’t do it (and when it’s ok to do it)
Relative vs. absolute Paths
../ (up one level), ./ (current directory), /dirname, etc.Do the exercises at the end of that section
Wendi's Web - HTML: Adding Images
Make sure you’re familiar with and understand the following:
<aside> ♿ alt=”” text should not repeat what’s inside <figcaption> and vice versa
alt=”” text should only include information that’s important/relevant - see the MDN example where they talk about “Fluffy” https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#text_alternatives
</aside>