samclewis / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Specify span with css class or id #2

Open sangjunp4rk opened 7 years ago

sangjunp4rk commented 7 years ago

Next time, make sure to specify your span. For example, do <span class = “prices” >. This makes your code more flexible as it grows in the future and you have to use span elsewhere. This way you can use span elsewhere if you just specify another class.

https://github.com/samclewis/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L44