0
Note about html questions to moderator
Hi, I wanted to tell that, I'm playing in html challenge mode, and one kind of question start to be really annoying for me. It's about paired tag in, yes some of them can (and I insist on "can") come alone but make lonly tag is a bad habit and the result is unreadable html file,so in my opinion all those questions should be reformulated as this tags CAN come alone and don't necessarily need to come by pair, because first they can be pairs and secondly it's a bad habit to not paired them.
2 odpowiedzi
+ 2
Ah, what is your question.🤔🤔
0
for example <img> can be also <img/> which close img, then img is being closed, the correct question should be all the time "which of those are void-elements" to clearly make a correct distinction between regular and Void elements.