Experimenting with media groups! Note that while this content is very colorful, if you print it out the text should display in black. If using Firefox, look at Print Preview to see how it is rendered.

Example of an embedded style. Embedded styles are applied in the <head> section using the <style> tag. Note I did not need to use a <font> tag.

This is in <h3>. Because I grouped styles together in my embedded styles, it has the same characteristics as <h2>.

<h4> uses a different style group, so it gives a different appearance.

<h5> is in the same group as <h4>
<h6> is in the same group as <h4>

Valid XHTML 1.0!