The failing test is saying, "I expect to so the id ‘title’ on an h1, but it was on a div". It is correct. It wants that id on the actual title, not the div that is wrapping it, and it wants that title to be an h1. When I move the id to the right place, that test passes for me.
Your next failing test has a similar problem.
Read through the failing tests and try to figure out what it is telling you. This is good training for a dev. If you get stuck, check back.
Are there any of those messages that don’t make sense to you?