Stoix51 0 Posted January 5, 2020 Report Share Posted January 5, 2020 Hello guys, this is not a critique but rather a bug report regarding the exercises on your python lessons tutorial: On the final Python If Else exercise, even though I introduce the correct answear "not correct" pops out. I wrote : print("Yes") if 5 > 2 else print("No") but it does not work, I rewrote the code many times but still not results. Quote Link to post Share on other sites
Ancient Bison 0 Posted March 24, 2020 Report Share Posted March 24, 2020 Same at the Tryit Editor (https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_image) <img border="0" alt="W3Schools" src="logo_w3s.gif" width="100" height="100"> was never closed. Quote Link to post Share on other sites
Ingolme 1,022 Posted March 25, 2020 Report Share Posted March 25, 2020 The <img> tag is self-closing, so it does not need a closing tag. Ending the tag with " />" is only necessary in XML, not in HTML. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.