"Assessment wanted for Advanced HTML text 2 skill test

Hello,I am a beginner and I am not sure if I have used correctly the cite element and done what the exercise asked for.The exercise says : “Turn the second paragraph into a block-level quote, and semantically indicate that the quote is taken from Accessibility.”
Here is the link to my work: https://codepen.io/lemonakiii/pen/wvaozdN
Thank you :slight_smile:

Hi there @Dionysia_Lemonaki. Welcome to our community, and thanks for sending in your code!

This looks really good; well done on some great work. The only thing I’d do to improve this further is to get rid of the cite attribute on the <blockquote> — you don’t need this AND the <cite> element, and the <cite> is probably more useful, especially as you have turned it into a link to the cited page.

Thank you for the feedback!