Lab 3b page 101-102 handout exercise The ex5-3_blog.txt is available on the class web site next to this file. Notice it has the Unix/Linux/Mac textfile newline format, so it won't display nicely in Notepad. Open With it in Wordpad, and then Save it, which converts it to Windows/DOS textfile newline format so that it will be usable in Notepad. Now Open it in Notepad so you see what it looks like. Copy/paste the ex5-3_blog.txt file into the body of a New CoffeeCup HTML file. Break the existing long lines into shorter ones that don't require horizontal scrolling and that print nicely. 80 columns is the traditional rule of thumb for page width. Be looking at how it renders. Make the changes specified on the page 101-102 handout, As you do so, indent everything correctly for readablity and to show its nesting. For example, in step 2, the li's are nested inside the ul, which is nested inside the nav, which is nested inside the header, which is nested inside the body. This should be immediately clear by seeing the indentation. I suggest placing the end tag in its proper place as soon as the opening tag has been placed. There's a lot of work in this exercise. Close to 50 (start) tags. Use your left hand to Ctrl-X and Ctrl-C and Crl-V (cut, copy, paste combos). Right hand works the Del, Backspce, Enter, End, Arrow keys. Validate the document so you know it is perfect. Upload to your web site, put a link to it in your index.html. CoffeeCup warning: any New HTML file created in it is in the Unix/Linux/Mac textfile newline format. Not a problem for any browser, or Source viewer, or CoffeeCup itself, but the file won't be usable in Notepad.