Open rimmesbe opened 7 years ago
I would not use an a-tag here, a-tags are for creating links and we don't need this text to be a link. Instead use a different inline element like <span> or even better <strong> since we want the price text to be bold.
<span>
<strong>
https://github.com/lolornitho/prj-rev-bwfs-dasmoto/blob/master/Damotos%20Art/inex.html#L14
Done ! Thanks for the feedbacks, I didn't know I could create a class with a tag
I would not use an a-tag here, a-tags are for creating links and we don't need this text to be a link. Instead use a different inline element like
<span>
or even better<strong>
since we want the price text to be bold.https://github.com/lolornitho/prj-rev-bwfs-dasmoto/blob/master/Damotos%20Art/inex.html#L14