Text alignment – CSS

To align text towards left, right or center text-alignment property is used. By default text is aligned left.

Links or Hyperlinks – CSS

Links are Hyperlinks, and have 4 different state like link, visited, hover and active. Style can be applied individually in…

Set font style – CSS

font-style property sets the text font style. font-style sets a font-style to italic, oblique & normal.Default font style is normal.…

Font weight: CSS

Use font-weight css property, to set the thickness or boldness of a font. Bold font weight Example Normal font weight…