Assessment wanted for HTML image basics 1 skill test

Hi all,
I don’t know why am i not able to see both PDF and the Youtube video which was embedded in the HTML code. Please help me to figure out why it is.
CodePen

Hi there @Tejas-Teju - the reason is that <iframe>s are not empty elements - you need to give each opening <iframe> tag a corresponding closing </iframe> for them to both appear.

1 Like

My bad, didn’t even notice it. @chrisdavidmills thank you so much for your time in helping me.

@Tejas-Teju You are welcome!

1 Like