- Create a project folder.
- Open your project folder in Visual Studio Code.
- Create an index.html && styles.css via the terminal.
- Set up your index.html page with the emmet shortcut.
- Link your styles.css page.
- Use 3 different types of headings.
- Use at least one paragraph element.
- Create an unordered list and an ordered list.
- The unordered list should be ingredients for your recipe.
- The ordered list should be instructions for your recipe.
- Add a tooltip on the header for your Ingredients and Instructions lists.
- Make each list have a different font color.
- Test