Inline elements like strong and span should be put between block level elements such as p, h1 tags. The purpose of inline elements is to help select portion of block level elements that will receive CSS styles that are different from the parent block element.
Inline elements like
strong
andspan
should be put between block level elements such asp
,h1
tags. The purpose of inline elements is to help select portion of block level elements that will receive CSS styles that are different from the parent block element.Instead of:
Put the inline element,
<strong>
inside the<p>
https://github.com/sonyaagirman/prj-rev-bwfs-dasmoto/blob/master/Dasmotosart%26craft/index.html#L23