You can style a specific element by using the style attribute:
style
<span style="color: red">This text will appear in red.</span>
Note: Try to avoid this -- the point of CSS is to separate content from presentation.