Notice that this paragraph is displayed in the font color DeepPink and the background color LightGray, which is included in the body tag. The font is larger than normal size because of the h1 tag for heading 1 size. The style of the text is set with font face Arial. This sentence should appear differently: smaller, red, and Helvitica font. This sentence should be back to DeepPink and larger because after closing the font, it goes back to the directions in the body tag, which says DeepPink text and back to h1 because that was never closed out.

Headline One

Headline Two

Headline Three

THIS FIRST LINE HEADING IS CENTERED IN AN EASIER WAY.

sidenote: /* CSS is how you can add style to your website, such as colors, fonts, and positioning of your HTML content. To learn how to do something, just try searching Google for questions like "how to change link color." */