DEV Community

Arul .A
Arul .A

Posted on • Edited on

What is Inline CSS?

⦁ It is written directly inside the html element using the style attribute.

Ex:
           <h1 style="color:blue;">hello<h1>
Enter fullscreen mode Exit fullscreen mode

⦁ It is used for quick ,single line styling.

Top comments (0)