HTML Styles
Example
I am Red
I am Blue
I am Big
HTML Background Color
The background-color
property defines the background color for an HTML element.
This example sets the background color for a page to powderblue:
Example
This is a heading
This is a paragraph.
HTML Text Color
The color
property defines the text color for an HTML element:
Example
This is a heading
This is a paragraph.
HTML Fonts
The font-family
property defines the font to be used for an HTML element:
Example
This is a heading
This is a paragraph.
HTML Text Size
The font-size
property defines the text size for an HTML element:
Example
This is a heading
This is a paragraph.
HTML Text Alignment
The text-align
property defines the horizontal text alignment for an HTML element
Leave A Comment