⊗mkPmBMIES 148 of 250 menu

Spacing Between Inline Elements in CSS

Pay attention to the indents between the inline elements in the previous example. These indents are banal space symbols between words of the text. You can verify this by writing these tags without spaces in the HTML code:

<span>text</span><span>text</span><span>text</span> span { border: 1px solid red; }

:

byenru