Missleading answering option

Fault in the " Certified Full Stack Developer Curriculum

Where exactly?: What Role Does HTML Play on the Web?

I added a picture to point out the missing "/"

Answer 1 of the in h2 mentioned task 3 is missing an /

Hello!

The slash is not needed here as this element is self-closing

1 Like

That is interesting, as the video contains an “/”.
In the lesson before this one there is a topic about void elements like and it is used mixed:

<img src="image location" />
<img src="example-cat-img-url" alt="Cat sleeping in the grass">

This might be confusing for beginner if not explained.

if you’d like to open a github issue to discuss this, please do so:

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.

the clarification is going to be added soon about this, thank you for reporting

you can see it here

1 Like