WCAG 2-3
Text and Images from Slide
ASSIGNMENT FOR WEEK 4
- Your assignment is to make a Web page and put a link to let the user jump to a spot part way down the page<br />
- Here is a sample of code for a link to jump to another part of a page:<br /><br /><p><a href="#skip1">Jump to Easter Eggs section</a></p>
- Here is the code where it will go to:<br /><br /><h3><a name="skip1"></a>Easter Eggs Section</h3>
28