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…

Font size – CSS

To set size of a font. font-size property effects or changes the font height. Default font size is 16px. Font…

Display – CSS

Display property manages the layout of the HTML Element in Document(Webpage)In HTML, every element has a default display property. Following…