Photo of Lighter Pink and Darker Pink Crabapple Tree Blossoms on Crabapple Tree

Andrea Grifka

General Business and Graphic Design

❀ Summary 3

Chapter 2: Text - Stylin' With CSS

Topic 1: Creating a Heading

Headings help us establish visual hierachy, even digitally. HTML does this by using different headings defined by h1, h2, h3, h4, h5, and h6. All these headings varry in sizes, with h1 being the largest and continuing to get smaller as you proceed to h6.

Topic 2:

Paragraphs in Coding

Although headings are important, it's also extremely important to have paragraphs within a website. Paragraphs are define by p. They must have both a start and end tag, just like headings.

Topic 3: Make It Bold!

Sometimes it is important for digital readers to pick up on specific information that they might otherwise miss. This is why we are able to both bold and italic type. To bold, you use a start tag of b and to make type italic you use i, then close with the same.