Hi, I’m trying to learn about front-end development. So I want to know if the exercise is correct.
The blockquote
should wrap the the quote itself (including the p
element), not the word quote
1 Like
Thanks for the help @aviv.mu!
And welcome to our community @laraof.dev. Everything else in this assessment has bene done really wel — well done! As @aviv.mu said, you just need to wrap the <blockquote>
element around the entire quote.
the quote is
<p>By default, <abbr title="HyperText Markup Language">HTML</abbr> is accessible, if used correctly.</p>
1 Like
Thanks, when I was looking at the interface I could see that it was not correct. I’m going to fix it.
Thanks for the answer. Now I’m trying to do the other test, where I have to do the “Birdwatching” page, but it’s a little difficult.