1. `<a>` tags are after the section header, so clicking on a section won't show the section title. 2. HTML 5 uses `id=` instead of `name=`. the `id=` can be placed on any element.
<a>tags are after the section header, so clicking on a section won't show the section title.HTML 5 uses
id=instead ofname=. theid=can be placed on any element.