Embedded CSS
- Embedded CSS is defined in an HTML document's head section using a STYLE block
- It only affects the HTML elements/tags of the page on which it is written
Examples:
This one did not follow the CSS instruction set in the head section. Tell me why?
Now does this one look bold to you?
This one also did not follow the CSS instruction set in the head section.
Now does this one look italic to you?
HTML Tutorials