how would i replicate this in CSS:
i was thinking of using something along the lines of:
is that right?? or is there another tag that i have to use instead?
Code:
<p>This word is coloured <font color="#FF0000">red</font> and this is black</p>
Code:
<p class="1">This word is coloured <p class="2">red</p> and this is black</p>
Comment