Responsive Web Design (Beta) error on step 36 of Learn HTML by Building A Cat Photo App

On step 36 of the learn html by building a cat photo app project within the beta version of the responsive web design curriculum, it says

Like anchor ( a ) elements, input elements are self-closing and do not need closing tags.

This is wrong, anchor elements are not self-closing. I believe this meant to say img as that’s the element in the previous steps that was self-closing.

1 Like

Hi @andrewmitchell

Welcome to FCC forum.

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

Thanks.

Ok, I made a GitHub issue for it as well at https://github.com/freeCodeCamp/freeCodeCamp/issues/44831

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.