I seem to be stuck at title on my recipe task

Your recipe page should have a !DOCTYPE html declaration.

  • Passed:2. You should have an html element with lang set to en.

  • Passed:3. You should have a head element within the html element.

  • Passed:4. You should have title element within your head element.

  • Failed:5. Your title element should have your recipe title.

  • Passed:6. You should have a meta element within your head element.

  • Passed:7. Your meta element should have its charset attribute set to UTF-8.

  • Passed:8. You should have a body element within your html element.

  • Passed:9. You should have an h1 element with the name of your recipe.

  • Passed:10. You should only have one h1 element.

  • Passed:11. You should have a p element below your h1 element.

  • Passed:12. Your first p element should describe your recipe.

  • Passed:13. Your first h2 element should have the text Ingredients.

  • Passed:14. You should have an unordered list element below your first h2 element.

  • Passed:15. You should have at least four list item elements in your unordered list with the ingredients.

  • Passed:16. Your second h2 element should have the text Instructions.

  • Passed:17. You should have an ordered list element below your second h2 element.

  • Passed:18. You should have at least four list item elements in your ordered list with the instructions.

  • Passed:19. You should have at least one img element.

  • Passed:20. All your img elements should have a valid src attribute and value.

  • Passed:21. All your img elements should have an alt attribute to describe the image

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Please do i have to learn all the css properties before i become professional in css

you need to find your favorite docs and learn to use it whenever you need to find a css property

Please Im confused , are you talking about filtering the concept and getting the ones that I would be using often

Please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Help button image located on each challenge. This will automatically import your code in a readable format and pull in the challenge URL while still allowing you to ask any question about the challenge or your code.

Thank you.