Topic 1 – Type can be edited through CSS
Font can be serif, sans-serif, monospace, or script. The size or scale is customizable through the specification of pixels, percentages, or ems. The default scale is 16 pixels, which can be edited. Type can also be defaulted to italic, bold, uppercase or capitalized when the property is attached to a CSS box.Topic 2 – Lists
There are three kinds of HTML lists. The three are: unordered, ordered, and definition lists. Unordered lists organize information using bullet points, ordered lists use numbers, and definition lists are sorted by their definitions.Topic 3 – Text decoration
Letter and word spacing can be defined through CSS in units of em, and text indents can be defined through pixels. Also, you can add a text shadow with a series of four values.