Computer Science, asked by ananya5075, 8 months ago

Explain the inline method of applying CSS. Give examples.

Answers

Answered by sreekalakesavs
8

Answer:

Inline CSS allows you to apply a unique style to one HTML element at a time. You assign CSS to a specific HTML element by using the style attribute with any CSS properties defined within it. In the following example, you can see how to describe CSS style properties for an HTML <p> element in the same line of code.

Explanation:

Answered by teresasingh521
9

Answer:

Inline CSS allows you to apply a unique style to one HTML element at a time. You assign CSS to a specific HTML element by using the style attribute with any CSS properties defined within it. In the following example, you can see how to describe CSS style properties for an HTML <p> element in the same line of code.

Similar questions