I really need help 🙂
I have to put multiple words in a line, each with a different color, I tried wrapping each word in a <div> </div> and styling, but it seems it makes a new line between words.
I really need help :) I have to put multiple words in a line,
Share
Try using
<span>.<div>s are used for block-level elements.<span>is used for inline elements, such as text enclosed in a<p>element.Further reading: Span and div