98
Create an Embedded Style Sheet
2 Within the head section,
type <style.1 In your editor, open the page
into which you want to add
the styles.Create an Embedded Style Sheet
E
mbedded style sheets place the style rules directly within an HTML page. They are a useful
starting point in learning CSS because you only have to refer to one document. Embeddedstyles are placed in the head of the document within a tag, because without it the browser does not display anything on the page.