Text Indention – CSS
Use to specify, from where the first line of a paragraph or text starts. Negative value can be used.
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…
To set size of a font. font-size property effects or changes the font height. Default font size is 16px. Font…
Display property manages the layout of the HTML Element in Document(Webpage)In HTML, every element has a default display property. Following…