An inline CSS style loses many of the advantages of a CSS style sheet. Use this method sparingly!
To use inline CSS styles, add the style attribute to the relevant tag. The style attribute can contain any CSS property.
<h3 style="color:red; margin-left:40px;">This is a third heading.</h3>
No comments:
Post a Comment