CSS Basic: Letter Spacing, Word Spacing, Line Spacing and Paragraph Spacing
Adjust the spacing between letters, words, lines and paragraphs
In this article, we are going to talk about the CSS letter spacing, word spacing and line spacing.
Source code
https://www.udemy.com/course/a-complete-css-course/?couponCode=4DF8B7E77BA097C23BD6
CSS letter spacing is the spacing between letters.
CSS word spacing is the spacing between words.
CSS line spacing is the spacing between the lines.
In the index page, we have three paragraphs
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0">