Text decoration – CSS
CSS text-decoration property add a line to a text in different ways like
CSS text-decoration property add a line to a text in different ways like
To align text towards left, right or center text-alignment property is used. By default text is aligned left.
Use to specify, from where the first line of a paragraph or text starts. Negative value can be used.
Use background-color property to set or change background color of any html elements.
CSS color property is used to set or change text color of any html element. With color property, we can…
CSS text-decoration: none; property is used to remove underline from hyperlink text. Example
Links are Hyperlinks, and have 4 different state like link, visited, hover and active. Style can be applied individually in…
font-style property sets the text font style. font-style sets a font-style to italic, oblique & normal.Default font style is normal.…
Color set the foreground color of HTML Elements. Following are the ways to specify colors for HTML Elements. Use color…
Use font-weight css property, to set the thickness or boldness of a font. Bold font weight Example Normal font weight…