Summary 3 | Chapter 2 & 11
Text
When using headings < h1 > < h2 > < h3 > < h4 > up to 6 is used. Paragraphs use < p > is used, this cosists of one or more sentences. To create a break between themes you can add horizontal rule between sections using < h / > tag.
Visual Editors
Visual editors resemble word processors. Copy and paste text froom other programs allows you to format text into a visual editor adding extra markups. Code views show you the code created by the visual editor so you can manually edit it.
CSS Color
There are three ways to specify colors in CSS, RGB values, hex codes, and color names. CSS3 introduces a way to specify colors using hue, saturation and lightness values. It also introduced an extra value for RGB colors to indicate opacity, this is known as RGBA.