Nice job using an inline element for each price, and giving them all the class "price" 👍
We don't know for sure that it should be a link though, maybe you could use a span instead? Although if is a link, you should definitely give it a href attribute with at least a placeholder value like "#".
https://github.com/milenaberl/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L13
Nice job using an inline element for each price, and giving them all the class "price" 👍
We don't know for sure that it should be a link though, maybe you could use a
span
instead? Although if is a link, you should definitely give it ahref
attribute with at least a placeholder value like "#".