Task 2: Partly correct The second subtask asks to group all three together. <fieldset> with a <legend> would be appropriate. By the way: Using <ul> and <li> like in the original is fine and doesn’t need to be changed (but your version is also fine )
Task 3: Partly correct For the third and fourth link I recommend placing a hint in parentheses for the user to inform them about the size and/or file type:
Hi @mikoMK ,
Thank you for the feedback I have made the changes you suggested.
I also implemented the second part for Task 4. For the approach I used, I am not sure if that is the best practice or alternative; but If you have any suggestions I am open to them.
To be honest I have never seen the content property being used on an empty <img> and didn’t even know that worked.
Unfortunately, the problem is still the same: We have a purely decorative image element in our HTML. It’s just that the source was kind of delegated to CSS. The idea is to remove the <img> tag and use the background property on the <h1> tag to display the image. There’s a section in the learning area that contains information about background images:
Does that help? I can also give you additional hints if you like