Search the Whole World Here.,.,

Inline CSS


An inline CSS is used to apply a unique style to a single HTML element.

An inline CSS uses the style attribute of an HTML element.

This example sets the text color of the

element to blue:

Example

<h1 style="color:blue;">This is a Blue Heading</h1>
Try it Yourself »


EmoticonEmoticon