0

Dropbox

What am i doing wrong here? https://sololearn.com/compiler-playground/WjbqtefH4S7J/?ref=app It takes a moment to load and I am getting an error in console

25th Aug 2025, 7:52 PM
Zvi
Zvi - avatar
4 Answers
+ 2
I'd you put a > at the end it should work for you
25th Aug 2025, 8:12 PM
Kyle Weaver
Kyle Weaver - avatar
+ 3
Zvi yes, your img element was not closed. <img src="..." > this âŹ†ïž is missing also, maybe add a css rule of max-width:100%; so it's responsive and fully visible. img{ max-width:100%; }
25th Aug 2025, 9:31 PM
Bob_Li
Bob_Li - avatar
+ 1
Lol that was dumb! It’s the first time using dropbox for a src for images so i thought that i must have done that wrong. Thanks!
25th Aug 2025, 11:41 PM
Zvi
Zvi - avatar
0
Works for me???
25th Aug 2025, 8:10 PM
Kyle Weaver
Kyle Weaver - avatar