1
HTML
allows to define several class
in a single goal.
Interestingly I tried to do the same, trying to define several id
in a tag
:
<div id="id1 id2 id3">Tester plusieurs id</div>
Didn’t work, HTML ignored all these classes.
Am I doing it wrong or simply not allowed by HTML ?
OBS : Simply a curiosity
Can you explain why you need different "ids"? are data you need to save or are you just experimenting and want to know why it doesn’t work?
– Sergio
Simply a curiosity
– PululuK
In that case it is duplicate of this or of this other.
– Sergio
Not exactly @Sergio
– PululuK
What’s the difference or what’s missing?
– Sergio
@Did you see my question? I wonder what information is missing from the other question? to complete there or give a more complete answer here.
– Sergio