CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

Inline CSS Intorduction

Inline CSS

 

 

Using an inline style is one of the ways to insert a style sheet. With an inline style, a unique style is applied to a single element. In order to use an inline style, add the style attribute to the relevant tag.

 

How to use Inline Style?

 

In Inline styling, we use the style attribute to control and style the element we want. In other words, for an element that needs to be styled, we add the style attribute to it and then add CSS properties and their values.

 

Syntax:-

 

Its syntax is:- < element style="property_name:property_value;" >

Code Explanation

All Tutorials related to CSS Intro

All Sections related to CSS