do you understand what task 15 is saying?
And if you do, what elements do you need to check are in compliance? (and how should you confirm they are in compliance?)
Ah no, I was just practicing stuff I learnt from the modules to be more familiar with them, my issue is with task 15, for some reason no matter how I structure it, it always fails. Even though the previous tasks that are related to task 15, setting up a ul and having multiple li elements, are checked as done correctly, the task, “15. Each li should contain a strong element for the actor name followed by the corresponding character name preceded by the text as. (e.g., James Holloway as Ethan Carter). // tests completed” is my issue here.
Yeah, I’m pretty confident that the prompt is telling me to use the element strong to highlight actor name then character preceded by the use of ‘as’. So actor name (in bold) - as - (character name). Tried reorganzing the structure, the names, what words are in strong, even at one point using AI to fully fact check what the prompt wants + writing it. zulch.
Ah I see my issue here, my mistake, I still don’t fully understand how the tests really work should work on that a little. Thank you both (hbar1st and ILM)