CMST 385 Chapter 6 exercises. Add all the links from page 107 through page 115 to the documents of the jenskitchen site. This includes the Exercises 6-1 thru 6-7 and the example links in the text and the images. I count 17 anchor links and two imgs. The files and folders are in lab6b.zip file on the class web site. As usual, some of the HTML files need to be cleaned up a bit (break long lines and fix bad indentation). index.html is the default file that gets served from a directory. Create a directory called jenskitchen in your public_html directory. Create the images, recipes and pasta directories on the web server under your jenskitchen directory. Upload the HTML and image files to their directories. Of course, then check that ALL the links work correctly. This is the main point of this exercise. Page 114 site root relative pathname won't work either on your local computer or on the web server because the server's root directory is not your home directory. So use /~yourUserName/jenskitchen instead. Do exercise 6-8. Think how to maximize the use of copy and paste so as to minimize the time to do this. Bonus exercise! From the glossary link to a fragment in any of your jenskitchen pages. Put a target in that page, of course. Upload the glossary.html file to your web site.