Skip to main content
Skip Navigation Links > Skills > Embedded CSS
Select a Theme.

Embedded CSS:

This page is displayed using an embedded style. An embedded style is written directly in the same page and is good if your site doesn't contain many pages or you have many pages that need to be styled differently.

Hello This is the h1 tag style

This is an h2 tag style

This is an h3 Style header tags

This is the first paragraph and as you can see it also has a style sheet attached to it as all the text has a gray background color which is specified within the style for the p tag and embedded within the <head> tag.

This is a line of text that will include a strike inline style which overrides the p tag style for all words after this one. Strike, strike, strike, strike.

This Paragraph contains an inline style that makes it appear to be all caps with red text, but also retains the gray background color of the embedded <p> tag's style in the <head> tag.