nicoledag / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

id vs class #2

Open rimmesbe opened 6 years ago

rimmesbe commented 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