Good job specifying the span css selector with class and good choice of name. Clear and concise names are the best. This gives you more flexibility as your code grows in size and makes your code more reusable since if you need to do similar highlighting in the future, you can just reference this again.
Good job specifying the span css selector with class and good choice of name. Clear and concise names are the best. This gives you more flexibility as your code grows in size and makes your code more reusable since if you need to do similar highlighting in the future, you can just reference this again.
https://github.com/f-dymer/prj-rev-bwfs-dasmoto/blob/master/Arts_Crafts/index.html#L14