HTML
HTML Introduction
HTML Element
HTML Attributes
HTML Heading
HTML Paragraph
HTML Style
HTML Format
HTML Color
HTML Link
HTML Image
HTML Table
HTML List
HTML Symbols
HTML Emojis
HTML Forms
HTML Styles
The HTML style attribute is used to add styles to an element, such as color, font, size, and more.
Background Color
The CSS background-color property defines the background color for an HTML element.
<body style="background-color:powderblue;">
<body>
Text Color
The CSS color property defines the text color for an HTML element.
Font Color
The CSS font-family property defines the font to be used for an HTML element.
Text Size
The CSS font-size property defines the text size for an HTML element:.
Text Alignment
The CSS text-align property defines the horizontal text alignment for an HTML element:.
Example
I am normal
I am red
I am blue
I am big