STYLES can be inserted into three locations: Inline, Embedded, and External.
Inline Style Sheets
You can place a style tag directly in a HTML Tag. This is called Inline. Inline styles will override ones placed elsewhere. Here’s an example of an Inline style:
<H1 STYLE = ‘Color: Red’>My Heading</H1>
To place a style in a HTML tag, do the following:
No comments:
Post a Comment