Open rimmesbe opened 6 years ago
Ids are meant to be unique identifiers, meaning they can only be used on 1 tag per page. What you want to use here is class, which can be reused. A general rule is to only use id if you really need to.
https://github.com/nicoledag/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L23
Ids are meant to be unique identifiers, meaning they can only be used on 1 tag per page. What you want to use here is class, which can be reused. A general rule is to only use id if you really need to.
https://github.com/nicoledag/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L23