Dream Vacation Destinations
- France
- Eiffel Tower
- Arc of Triumph
- Germany
- Berlin Wall Memorial
- Japan
- Tokyo
- Kyoto
- Canada
- British Colombia
- Prince Edward Island
- Ukraine
- Chernobyl Exclusion Zone
- Pripyat
The problem with the page DestinationsGoneWrong.html was that all of the <ol> and </ol> tags should have been <ul> and </ul> tags respectively and that a </li> tag was placed on the same line as the list item “France” when it should have been placed on the line after the </ul> tag after the list item “Arc of Triumph”.
The first thing I did to fix the document was to change all of the <ol> tags to <ul> tags. The next thing I did was move the </ul> tag after the list item “France” onto its own line after the </ul> tag after the list item “Arc of Triumph”.
I thought I would have to make the same changes to every line with a country name, but fixing France’s section fixed the whole document.