No . IDare unique and should be used only once for each document. - source
You can do this, but it will not be valid.
But you can have the same class-name as many times as you want.
.articleOptions {
}
.. or if you want to div, and ulact in different ways:
div.articleOptions {
}
ul.articleOptions {
}
You can check your code here
W3 Validator
source
share