References

Collection of references for web development.

HTML style (attr) attribute

Description

Specifies the inline style for the element.

Values

Value
style

Example

<p style="background-color:yellow;font-weight:bold;padding:10px;">Hello World</p>