HTML
allows you to define several class
in a single loop.
Curiously, I tried to do the same, trying to define several id
in a tag
:
<div id="id1 id2 id3">Tester plusieurs id</div>
It did not work, ie HTML ignored all these classes.
Am I doing wrong or is it simply not allowed by HTML?
OBS: Simply a curiosity