- <title> and <link> tags
- <ul> and <li> tags
- <div> and <span> tags
- <img> and <item> tags
EXPLANATION
While it’s possible to code a navigation menu using <div> and <span> tags, it’s not a best practice. Navigation menus are lists of links, so the “unordered lists” <ul> and “list item” <li> tags are best practices for coding them.